Grouping<TKey>.Item Property

Gets a sequence of indexes for the grouping with the specified key.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public IEnumerable<int> this[
	TKey key
] { get; }

Parameters

key  TKey
The key of the group.

Return Value

IEnumerable<Int32>
A sequence of indexes.

See Also