ILookup<TKey, TElement> Properties
.NET Framework (current version)
Namespace:
System.Linq
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of key/value collection pairs in the ILookup<TKey, TElement>. |
![]() | Item[TKey] | Gets the IEnumerable<T> sequence of values indexed by a specified key. |
Show:
