Property IReadOnlyDictionary<TKey, IList<TValue>>.Values
IReadOnlyDictionary<TKey, IList<TValue>>.Values
Gets a collection containing the value lists in the dictionary.
Declaration
IEnumerable<IList<TValue>> IReadOnlyDictionary<TKey, IList<TValue>>.Values { get; }
Returns
Type | Description |
---|---|
IEnumerable<IList<TValue>> |