Axiom.Runtime.AMProgram.CurrentInstruction C# (CSharp) Метод

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

public CurrentInstruction ( ) : AbstractInstruction
Результат AbstractInstruction
        public override AbstractInstruction CurrentInstruction()
        {
            return _p.Instruction;
        }