Constructs a SortContext.
If provided (not null) any items that are considered equal will use this comparer to decided their order.
The comparison function that will differentiate between items.
Ascending or Descending.
Protected
_The comparison function that will differentiate between items.
Protected
_If provided (not null) any items that are considered equal will use this comparer to decided their order.
Protected
_Ascending or Descending.
A scope safe comparison function (delegate).
Direction of the comparison.
Generates an array of indexes from the source in order of their expected internalSort without modifying the source.
A class for helping in complex sorting patterns.