Mono.Cecil.Cil.StateMachineScopeDebugInformation.StateMachineScopeDebugInformation C# (CSharp) Method

StateMachineScopeDebugInformation() public method

public StateMachineScopeDebugInformation ( Instruction start, Instruction end ) : System
start Instruction
end Instruction
return 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