mscorlib(4.0.0.0) API with additions
|
Represents a collection of objects that have a common key. More...
Properties | |
TKey | Key [get] |
Gets the key of the T:System.Linq.IGrouping`2. More... | |
Additional Inherited Members | |
![]() | |
IEnumerator | GetEnumerator () |
Returns an enumerator that iterates through a collection. More... | |
![]() | |
IEnumerator | GetEnumerator () |
Returns an enumerator that iterates through a collection. More... | |
Represents a collection of objects that have a common key.
TKey | The type of the key of the T:System.Linq.IGrouping`2. |
TElement | The type of the values in the T:System.Linq.IGrouping`2. |
Definition at line 10 of file IGrouping.cs.
|
get |
Gets the key of the T:System.Linq.IGrouping`2.
Definition at line 16 of file IGrouping.cs.