PrtTupleValue Constructor (PrtValue) |
Namespace:
P.Runtime
Assembly:
Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public PrtTupleValue(
params PrtValue[] elems
)
Public Sub New (
ParamArray elems As PrtValue()
)
public:
PrtTupleValue(
... array<PrtValue^>^ elems
)
new :
elems : PrtValue[] -> PrtTupleValue
Parameters
- elems
- Type: P.RuntimePrtValue
[Missing <param name="elems"/> documentation for "M:P.Runtime.PrtTupleValue.#ctor(P.Runtime.PrtValue[])"]
See Also