Gets the sequence of values indexed by the specified key.
Namespace:
Extreme.DataAnalysis.Linq
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public IEnumerable<T> this[
TKey key
] { get; }
Public ReadOnly Default Property Item (
key As TKey
) As IEnumerable(Of T)
Get
public:
property IEnumerable<T>^ default[TKey key] {
IEnumerable<T>^ get (TKey key);
}
member Item : IEnumerable<'T> with get
Parameters
- key
- Type: TKey
The key of the requested sequence.
Return Value
Type:
IEnumerableTThe sequence of values indexed by
key.
Reference