PrtMachineCurrentDeferredSet Property |
[Missing <summary> documentation for "P:P.Runtime.PrtMachine.CurrentDeferredSet"]
Namespace:
P.Runtime
Assembly:
Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public HashSet<PrtValue> CurrentDeferredSet { get; }
Public ReadOnly Property CurrentDeferredSet As HashSet(Of PrtValue)
Get
public:
property HashSet<PrtValue^>^ CurrentDeferredSet {
HashSet<PrtValue^>^ get ();
}
member CurrentDeferredSet : HashSet<PrtValue> with get
Property Value
Type:
HashSetPrtValueSee Also