PERWAPI.FieldMarshal.SortKey C# (CSharp) Method

SortKey() private method

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