Click or drag to resize

PrtFunCreateLocals Method

[Missing <summary> documentation for "M:P.Runtime.PrtFun.CreateLocals(P.Runtime.PrtValue[])"]

Namespace:  P.Runtime
Assembly:  Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public abstract List<PrtValue> CreateLocals(
	params PrtValue[] args
)

Parameters

args
Type: P.RuntimePrtValue

[Missing <param name="args"/> documentation for "M:P.Runtime.PrtFun.CreateLocals(P.Runtime.PrtValue[])"]

Return Value

Type: ListPrtValue

[Missing <returns> documentation for "M:P.Runtime.PrtFun.CreateLocals(P.Runtime.PrtValue[])"]

See Also