Axiom.Runtime.Instructions.PutYVariableInstruction.Process C# (CSharp) Method

Process() public method

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