Constructs a KeySortedContext.
If provided (not null) any items that are considered equal will use this comparer to decided their order.
If provided (not null) will use the selected keys to order the results.
Ascending or Descending.
The comparison function. The default handles most cases.
Protected
_The comparison function that will differentiate between items.
Protected
_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 using a key selector.