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

AsyncMethodBodyDebugInformation() public method

public AsyncMethodBodyDebugInformation ( Instruction catchHandler ) : System
catchHandler Instruction
return System
        public AsyncMethodBodyDebugInformation(Instruction catchHandler)
            : base(KindIdentifier)
        {
            this.catch_handler = new InstructionOffset (catchHandler);
        }

Same methods

AsyncMethodBodyDebugInformation::AsyncMethodBodyDebugInformation ( int catchHandler ) : System
AsyncMethodBodyDebugInformation