PrtInterfaceValue Constructor |
Namespace:
P.Runtime
Assembly:
Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public PrtInterfaceValue(
PrtImplMachine m,
List<PrtEventValue> perm
)
Public Sub New (
m As PrtImplMachine,
perm As List(Of PrtEventValue)
)
public:
PrtInterfaceValue(
PrtImplMachine^ m,
List<PrtEventValue^>^ perm
)
new :
m : PrtImplMachine *
perm : List<PrtEventValue> -> PrtInterfaceValue
Parameters
- m
- Type: P.RuntimePrtImplMachine
[Missing <param name="m"/> documentation for "M:P.Runtime.PrtInterfaceValue.#ctor(P.Runtime.PrtImplMachine,System.Collections.Generic.List{P.Runtime.PrtEventValue})"]
- perm
- Type: System.Collections.GenericListPrtEventValue
[Missing <param name="perm"/> documentation for "M:P.Runtime.PrtInterfaceValue.#ctor(P.Runtime.PrtImplMachine,System.Collections.Generic.List{P.Runtime.PrtEventValue})"]
See Also