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