LLDB.Block.GetRangeEndAddress C# (CSharp) Method

GetRangeEndAddress() public method

public GetRangeEndAddress ( uint idx ) : LLDB.Address
idx uint
return LLDB.Address
        public LLDB.Address GetRangeEndAddress(uint idx)
        {
            var __ret = new LLDB.Address.Internal();
            Internal.GetRangeEndAddress_0((__Instance + __PointerAdjustment), new IntPtr(&__ret), idx);
            return LLDB.Address.__CreateInstance(__ret);
        }