PERWAPI.CustomAttribute.SortKey C# (CSharp) Method

SortKey() private method

private SortKey ( ) : uint
return uint
        internal override uint SortKey()
        {
            return (parent.Row << MetaData.CIxShiftMap[(uint)CIx.HasCustomAttr])
                | parent.GetCodedIx(CIx.HasCustomAttr);
        }