StateImplCreateSpecDelegate Delegate |
[Missing <summary> documentation for "T:P.Runtime.StateImpl.CreateSpecDelegate"]
Namespace:
P.Runtime
Assembly:
Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public delegate PrtSpecMachine CreateSpecDelegate(
StateImpl application
)
Public Delegate Function CreateSpecDelegate (
application As StateImpl
) As PrtSpecMachine
public delegate PrtSpecMachine^ CreateSpecDelegate(
StateImpl^ application
)
type CreateSpecDelegate =
delegate of
application : StateImpl -> PrtSpecMachine
Parameters
- application
- Type: P.RuntimeStateImpl
Return Value
Type:
PrtSpecMachineSee Also