Method ICollectionDictionary<TKey, TValue, IList<TValue>>.TryGetValues
ICollectionDictionary<TKey, TValue, IList<TValue>>.TryGetValues(TKey, out IList<TValue>)
Gets the values for the specified key.
Declaration
bool ICollectionDictionary<TKey, TValue, IList<TValue>>.TryGetValues(TKey key, out IList<TValue> valueCollection)
Parameters
| Type | Name | Description |
|---|---|---|
| TKey | key | |
| IList<TValue> | valueCollection |
Returns
| Type | Description |
|---|---|
| bool | A value indicating whether the key was found. |