IGrouping.As<K> Method

Returns the grouping as a strongly typed Grouping<TKey> of type K.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Grouping<K> As<K>()

Type Parameters

K
The type of the keys of the grouping.

Return Value

Grouping<K>
A strongly typed grouping object.

See Also