Click or drag to resize

PrtInterfaceValue Constructor

Initializes a new instance of the PrtInterfaceValue class

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
)

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