LLDB.Debugger.GetCategoryAtIndex C# (CSharp) Method

GetCategoryAtIndex() public method

public GetCategoryAtIndex ( uint _0 ) : LLDB.TypeCategory
_0 uint
return LLDB.TypeCategory
        public LLDB.TypeCategory GetCategoryAtIndex(uint _0)
        {
            var __ret = new LLDB.TypeCategory.Internal();
            Internal.GetCategoryAtIndex_0((__Instance + __PointerAdjustment), new IntPtr(&__ret), _0);
            return LLDB.TypeCategory.__CreateInstance(__ret);
        }