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