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