Axiom.Runtime.Instructions.HaltInstruction.Execute C# (CSharp) Méthode

Execute() public méthode

public Execute ( AbstractMachineState state ) : void
state AbstractMachineState
Résultat void
        public override void Execute(AbstractMachineState state)
        {
        }