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#
A sequence of indexes.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public IEnumerable<int> this[
TKey key
] { get; }
Parameters
- key TKey
- The key of the group.
Return Value
IEnumerable<Int32>A sequence of indexes.