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