Grouping<TKey,TElement>.Key Property

Definition

Gets the key of the IGrouping<TKey,TElement>.

public:
 property TKey Key { TKey get(); };
public:
 property TKey Key { TKey get(); };
public TKey Key { get; }
member this.Key : 'Key
Public ReadOnly Property Key As TKey

Property Value

TKey

Implements

Key

Applies to