LinqExtensions.Grouping<TKey, T>.Key Property

Gets the key of the grouping.

Definition

Namespace: Extreme.DataAnalysis.Linq
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public TKey Key { get; }

Property Value

TKey

Implements

IGrouping<TKey, TElement>.Key

See Also