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