LLDB.Block.GetContainingInlinedBlock C# (CSharp) Method

GetContainingInlinedBlock() public method

Get the inlined block that contains this block.

public GetContainingInlinedBlock ( ) : LLDB.Block
return LLDB.Block
        public LLDB.Block GetContainingInlinedBlock()
        {
            var __ret = new LLDB.Block.Internal();
            Internal.GetContainingInlinedBlock_0((__Instance + __PointerAdjustment), new IntPtr(&__ret));
            return LLDB.Block.__CreateInstance(__ret);
        }