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