Axiom.Runtime.Instructions.PutYVariableInstruction.Process C# (CSharp) Метод

Process() публичный Метод

public Process ( object arguments ) : void
arguments object
Результат void
        public override void Process(object[] arguments)
        {
            throw new Exception("This instruction has been integrated into put_variable");
        }