mscorlib(4.0.0.0) API with additions
System.Linq.IGrouping< out out TKey, out out TElement > Interface Template Reference

Represents a collection of objects that have a common key. More...

Inheritance diagram for System.Linq.IGrouping< out out TKey, out out TElement >:
[legend]
Collaboration diagram for System.Linq.IGrouping< out out TKey, out out TElement >:
[legend]

Properties

TKey Key [get]
 Gets the key of the T:System.Linq.IGrouping`2. More...
 

Additional Inherited Members

- Public Member Functions inherited from System.Collections.IEnumerable< TElement >
IEnumerator GetEnumerator ()
 Returns an enumerator that iterates through a collection. More...
 
- Public Member Functions inherited from System.Collections.IEnumerable
IEnumerator GetEnumerator ()
 Returns an enumerator that iterates through a collection. More...
 

Detailed Description

Represents a collection of objects that have a common key.

Template Parameters
TKeyThe type of the key of the T:System.Linq.IGrouping`2.
TElementThe type of the values in the T:System.Linq.IGrouping`2.

Definition at line 10 of file IGrouping.cs.

Property Documentation

◆ Key

TKey System.Linq.IGrouping< out out TKey, out out TElement >.Key
get

Gets the key of the T:System.Linq.IGrouping`2.

Returns
The key of the T:System.Linq.IGrouping`2.

Definition at line 16 of file IGrouping.cs.


The documentation for this interface was generated from the following file: