Method TryGetValue
TryGetValue(TAlternateKey, out TValue)
Gets the value associated with the specified alternate key.
Declaration
public bool TryGetValue(TAlternateKey key, out TValue value)
Parameters
| Type |
Name |
Description |
| TAlternateKey |
key |
|
| TValue |
value |
|
Returns
TryGetValue(TAlternateKey, out TKey, out TValue)
Gets the value associated with the specified alternate key.
Declaration
public bool TryGetValue(TAlternateKey key, out TKey actualKey, out TValue value)
Parameters
| Type |
Name |
Description |
| TAlternateKey |
key |
|
| TKey |
actualKey |
|
| TValue |
value |
|
Returns