PrtMachineValue Constructor |
Namespace:
P.Runtime
Assembly:
Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public PrtMachineValue(
PrtImplMachine mach
)
Public Sub New (
mach As PrtImplMachine
)
public:
PrtMachineValue(
PrtImplMachine^ mach
)
new :
mach : PrtImplMachine -> PrtMachineValue
Parameters
- mach
- Type: P.RuntimePrtImplMachine
[Missing <param name="mach"/> documentation for "M:P.Runtime.PrtMachineValue.#ctor(P.Runtime.PrtImplMachine)"]
See Also