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

Name() public method

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