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");
        }