TEnumerableSorter<TElement,TKey>.Create(TFunc,IComparer,Boolean,IEnumerableSorter<TElement>) Constructor
Initializes a new instance of the TEnumerableSorter<TElement,TKey> class.
public constructor Create(const keySelector: TFunc<TElement, TKey>; const comparer: IComparer<TKey>; descending: Boolean; const next: IEnumerableSorter<TElement>);
Parameters
- keySelector
- Type: TFunc<TElement, TKey>
- comparer
- Type: IComparer<TKey>
- descending
- Type: Boolean
- next
- Type: IEnumerableSorter<TElement>