Click or drag to resize

PrtMachinePrtFunContNondet Method

[Missing <summary> documentation for "M:P.Runtime.PrtMachine.PrtFunContNondet(P.Runtime.PrtFun,System.Collections.Generic.List{P.Runtime.PrtValue},System.Int32)"]

Namespace:  P.Runtime
Assembly:  Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void PrtFunContNondet(
	PrtFun fun,
	List<PrtValue> locals,
	int ret
)

Parameters

fun
Type: P.RuntimePrtFun

[Missing <param name="fun"/> documentation for "M:P.Runtime.PrtMachine.PrtFunContNondet(P.Runtime.PrtFun,System.Collections.Generic.List{P.Runtime.PrtValue},System.Int32)"]

locals
Type: System.Collections.GenericListPrtValue

[Missing <param name="locals"/> documentation for "M:P.Runtime.PrtMachine.PrtFunContNondet(P.Runtime.PrtFun,System.Collections.Generic.List{P.Runtime.PrtValue},System.Int32)"]

ret
Type: SystemInt32

[Missing <param name="ret"/> documentation for "M:P.Runtime.PrtMachine.PrtFunContNondet(P.Runtime.PrtFun,System.Collections.Generic.List{P.Runtime.PrtValue},System.Int32)"]

See Also