PERWAPI.MethodSemantics.SortKey C# (CSharp) Method

SortKey() private method

private SortKey ( ) : uint
return uint
        internal override uint SortKey()
        {
            return meth.Row;
        }