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