TGroupedEnumerable<TSource,TKey,TElement>.Create(IEnumerable<TSource>,TFunc,TFunc) Constructor

Initializes a new instance of the TGroupedEnumerable<TSource,TKey,TElement> class.

Namespace: Spring.Collections.Extensions
public
 constructor Create(const source: IEnumerable<TSource>;
 const keySelector: TFunc<TSource, TKey>;
 const elementSelector: TFunc<TSource, TElement>); overload;

Parameters

source
Type: IEnumerable<TSource>

keySelector
Type: TFunc<TSource, TKey>

elementSelector
Type: TFunc<TSource, TElement>