Method TryGetValues
TryGetValues(TKey, out ValueList)
Gets the values for the specified key.
Declaration
public bool TryGetValues(TKey key, out ListDictionary<TKey, TValue>.ValueList valueList)
Parameters
| Type | Name | Description |
|---|---|---|
| TKey | key | |
| ListDictionary<TKey, TValue>.ValueList | valueList |
Returns
| Type | Description |
|---|---|
| bool | A value indicating whether the key was found. |