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