TEnumerableSorter<TElement,TKey>.Create Constructor
Definition
Delphi
constructor Create(const keySelector: Func<TElement, TKey>; const comparer: IComparer<TKey>; descending: Boolean; const next: IEnumerableSorter<TElement>)
Parameters
- keySelector
- Func<TElement, TKey>
- comparer
- IComparer<TKey>
- descending
- Boolean
- next
- IEnumerableSorter<TElement>