TOrderedEnumerable<TElement,TKey>.Create(IEnumerable<TElement>,TFunc) Constructor
Initializes a new instance of the TOrderedEnumerable<TElement,TKey> class.
public constructor Create(const source: IEnumerable<TElement>; const keySelector: TFunc<TElement, TKey>); overload;
Parameters
- source
- Type: IEnumerable<TElement>
- keySelector
- Type: TFunc<TElement, TKey>