Element type produced by the source iterable.
Key type returned by keySelector.
Source iterable to partition.
Projection producing the lookup key for each element.
OptionalmapFactory: MapFactory<TKey>Optional factory controlling the concrete map implementation that backs the lookup.
A map in which each key maps to an iterable of the grouped values.
Groups elements of a sequence by key, returning a map of iterables per key.
Element type produced by the source iterable.
Key type returned by keySelector.
Value type stored in each lookup entry when valueSelector is supplied.
Source iterable to partition.
Projection producing the lookup key for each element.
Optional projection producing the value to store per key; defaults to the element itself.
OptionalmapFactory: MapFactory<TKey>Optional factory controlling the concrete map implementation that backs the lookup.
A map in which each key maps to an iterable of the grouped values.
Groups elements of a sequence by key, returning a map of iterables per key.