ILookup(Of TKey, TElement).Item Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the IEnumerable(Of T) sequence of values indexed by a specified key.
Assembly: System.Core (in System.Core.dll)
Parameters
- key
- Type: TKey
The key of the desired sequence of values.
Property Value
Type: System.Collections.Generic.IEnumerable(Of TElement)The IEnumerable(Of T) sequence of values indexed by the specified key.
Show: