Axiom.Runtime.AMProgram.CurrentInstruction C# (CSharp) 메소드

CurrentInstruction() 공개 메소드

public CurrentInstruction ( ) : AbstractInstruction
리턴 AbstractInstruction
        public override AbstractInstruction CurrentInstruction()
        {
            return _p.Instruction;
        }