LinqExtensions.DataFrameGrouping<TKey, R, C>.Key Property

Gets the key of the grouping.

Definition

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

Property Value

TKey

Implements

IGrouping<TKey, TElement>.Key

See Also