IGrouping<TKey,TElement>.Key Property

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

Namespace: Spring.Collections
public
 property Key: TKey read GetKey;

Property Value

Type: TKey

The key of the IGrouping<TKey, TElement>.