PrtIgnoreFunExecute Method |
[Missing <summary> documentation for "M:P.Runtime.PrtIgnoreFun.Execute(P.Runtime.StateImpl,P.Runtime.PrtMachine)"]
Namespace:
P.Runtime
Assembly:
Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public override void Execute(
StateImpl application,
PrtMachine parent
)
Public Overrides Sub Execute (
application As StateImpl,
parent As PrtMachine
)
public:
virtual void Execute(
StateImpl^ application,
PrtMachine^ parent
) override
abstract Execute :
application : StateImpl *
parent : PrtMachine -> unit
override Execute :
application : StateImpl *
parent : PrtMachine -> unit
Parameters
- application
- Type: P.RuntimeStateImpl
[Missing <param name="application"/> documentation for "M:P.Runtime.PrtIgnoreFun.Execute(P.Runtime.StateImpl,P.Runtime.PrtMachine)"]
- parent
- Type: P.RuntimePrtMachine
[Missing <param name="parent"/> documentation for "M:P.Runtime.PrtIgnoreFun.Execute(P.Runtime.StateImpl,P.Runtime.PrtMachine)"]
See Also