Method Remove
Remove(TAlternateKey)
Removes the value with the specified alternate key from the dictionary.
Declaration
public bool Remove(TAlternateKey key)
Parameters
| Type |
Name |
Description |
| TAlternateKey |
key |
|
Returns
Remove(TAlternateKey, out TKey, out TValue)
Removes the value with the specified alternate key from the dictionary.
Declaration
public bool Remove(TAlternateKey key, out TKey actualKey, out TValue value)
Parameters
| Type |
Name |
Description |
| TAlternateKey |
key |
|
| TKey |
actualKey |
|
| TValue |
value |
|
Returns