Axiom.Runtime.Instructions.PutYVariableInstruction.Name C# (CSharp) 메소드

Name() 공개 메소드

public Name ( ) : string
리턴 string
        public override string Name()
        {
            throw new Exception("This instruction has been integrated into put_variable");
        }