Skip to content
BSick7 edited this page May 10, 2014 · 3 revisions

IGrouping<TKey, T>

Provides an interface for grouping sets of data by TKey.

Extends IEnumerable<T>. See IEnumerable members.

key

key: TKey;

Accessor for the key representing this group's commonality.

Clone this wiki locally