Click or drag to resize

PrtIgnoreFunCreateFunStackFrame Method

[Missing <summary> documentation for "M:P.Runtime.PrtIgnoreFun.CreateFunStackFrame(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 override PrtFunStackFrame CreateFunStackFrame(
	List<PrtValue> locals,
	int retLoc
)

Parameters

locals
Type: System.Collections.GenericListPrtValue

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

retLoc
Type: SystemInt32

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

Return Value

Type: PrtFunStackFrame

[Missing <returns> documentation for "M:P.Runtime.PrtIgnoreFun.CreateFunStackFrame(System.Collections.Generic.List{P.Runtime.PrtValue},System.Int32)"]

See Also