PrtFunStackFrame Constructor (PrtFun, ListPrtValue) |
Namespace:
P.Runtime
Assembly:
Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public PrtFunStackFrame(
PrtFun fun,
List<PrtValue> locals
)
Public Sub New (
fun As PrtFun,
locals As List(Of PrtValue)
)
public:
PrtFunStackFrame(
PrtFun^ fun,
List<PrtValue^>^ locals
)
new :
fun : PrtFun *
locals : List<PrtValue> -> PrtFunStackFrame
Parameters
- fun
- Type: P.RuntimePrtFun
[Missing <param name="fun"/> documentation for "M:P.Runtime.PrtFunStackFrame.#ctor(P.Runtime.PrtFun,System.Collections.Generic.List{P.Runtime.PrtValue})"]
- locals
- Type: System.Collections.GenericListPrtValue
[Missing <param name="locals"/> documentation for "M:P.Runtime.PrtFunStackFrame.#ctor(P.Runtime.PrtFun,System.Collections.Generic.List{P.Runtime.PrtValue})"]
See Also