Click or drag to resize

PrtMachinePrtFunContReturnVal Method

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

Namespace:  P.Runtime
Assembly:  Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void PrtFunContReturnVal(
	PrtValue val,
	List<PrtValue> retLocals
)

Parameters

val
Type: P.RuntimePrtValue

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

retLocals
Type: System.Collections.GenericListPrtValue

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

See Also