PrtMachinePrtPopState Method |
[Missing <summary> documentation for "M:P.Runtime.PrtMachine.PrtPopState(System.Boolean)"]
Namespace:
P.Runtime
Assembly:
Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool PrtPopState(
bool isPopStatement
)
Public Function PrtPopState (
isPopStatement As Boolean
) As Boolean
public:
bool PrtPopState(
bool isPopStatement
)
member PrtPopState :
isPopStatement : bool -> bool
Parameters
- isPopStatement
- Type: SystemBoolean
[Missing <param name="isPopStatement"/> documentation for "M:P.Runtime.PrtMachine.PrtPopState(System.Boolean)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:P.Runtime.PrtMachine.PrtPopState(System.Boolean)"]
See Also