StateImplImplMachines Property |
[Missing <summary> documentation for "P:P.Runtime.StateImpl.ImplMachines"]
Namespace:
P.Runtime
Assembly:
Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public List<PrtImplMachine> ImplMachines { get; }
Public ReadOnly Property ImplMachines As List(Of PrtImplMachine)
Get
public:
property List<PrtImplMachine^>^ ImplMachines {
List<PrtImplMachine^>^ get ();
}
member ImplMachines : List<PrtImplMachine> with get
Property Value
Type:
ListPrtImplMachineSee Also