Method IMap<TLeft, TRight>.Remove
IMap<TLeft, TRight>.Remove(TLeft, TRight)
Not supported.
Declaration
bool IMap<TLeft, TRight>.Remove(TLeft leftValue, TRight rightValue)
Parameters
| Type | Name | Description |
|---|---|---|
| TLeft | leftValue | |
| TRight | rightValue |
Returns
| Type | Description |
|---|---|
| bool |
Implements
Exceptions
| Type | Condition |
|---|---|
| NotSupportedException | This operation is not supported. |