LinqExtensions.Lookup<TKey, T>.Item Property

Gets the sequence of values indexed by the specified key.

Definition

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

Parameters

key  TKey
The key of the requested sequence.

Return Value

IEnumerable<T>
The sequence of values indexed by key.

See Also