PrtMachinePrtFunContReturn Method |
[Missing <summary> documentation for "M:P.Runtime.PrtMachine.PrtFunContReturn(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 PrtFunContReturn(
List<PrtValue> retLocals
)
Public Sub PrtFunContReturn (
retLocals As List(Of PrtValue)
)
public:
void PrtFunContReturn(
List<PrtValue^>^ retLocals
)
member PrtFunContReturn :
retLocals : List<PrtValue> -> unit
Parameters
- retLocals
- Type: System.Collections.GenericListPrtValue
[Missing <param name="retLocals"/> documentation for "M:P.Runtime.PrtMachine.PrtFunContReturn(System.Collections.Generic.List{P.Runtime.PrtValue})"]
See Also