PERWAPI.MetaData.LargeIx C# (CSharp) Method

LargeIx() private method

private LargeIx ( MDTable tabIx ) : bool
tabIx MDTable
return bool
        internal bool LargeIx(MDTable tabIx)
        {
            return largeIx[(uint)tabIx];
        }