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