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