ILookup<TKey, TElement> Properties
The ILookup<TKey, TElement> type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of key/value collection pairs in the ILookup<TKey, TElement>. |
|
Item | Gets the IEnumerable<T> sequence of values indexed by a specified key. |