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