Axiom.Runtime.Instructions.PutYVariableInstruction.Process C# (CSharp) Méthode

Process() public méthode

public Process ( object arguments ) : void
arguments object
Résultat void
        public override void Process(object[] arguments)
        {
            throw new Exception("This instruction has been integrated into put_variable");
        }