Method IDictionary<TLeft, TRight>.Remove
IDictionary<TLeft, TRight>.Remove(TLeft)
Removes an association from the map given the specified left value.
Declaration
bool IDictionary<TLeft, TRight>.Remove(TLeft key)
Parameters
| Type | Name | Description |
|---|---|---|
| TLeft | key |
Returns
| Type | Description |
|---|---|
| bool | true if the association with the given left value is successfully found and removed, otherwise false. |