Axiom.Runtime.UnitTests.ExamplePredicate.Execute C# (CSharp) Méthode

Execute() public méthode

public Execute ( AbstractMachineState state ) : void
state Axiom.Runtime.AbstractMachineState
Résultat void
        public override void Execute(AbstractMachineState state)
        {
            state.B = null;
        }
ExamplePredicate