Mono.Cecil.Cil.StateMachineScopeDebugInformation.StateMachineScopeDebugInformation C# (CSharp) Метод

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

public StateMachineScopeDebugInformation ( Instruction start, Instruction end ) : System
start Instruction
end Instruction
Результат System
        public StateMachineScopeDebugInformation(Instruction start, Instruction end)
            : base(KindIdentifier)
        {
            this.start = new InstructionOffset (start);
            this.end = new InstructionOffset (end);
        }

Same methods

StateMachineScopeDebugInformation::StateMachineScopeDebugInformation ( int start, int end ) : System
StateMachineScopeDebugInformation