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