ImmutableDictionary<TKey, TValue>::ICollection<KeyValuePair<TKey, TValue>>::Add Method (KeyValuePair<TKey, TValue>)
Namespace:
System.Collections.Immutable
Assembly: System.Collections.Immutable (in System.Collections.Immutable.dll)
private: virtual void Add( KeyValuePair<TKey, TValue> item ) sealed = ICollection<KeyValuePair<TKey, TValue>>::Add
Parameters
- item
- Type: System.Collections.Generic::KeyValuePair<TKey, TValue>
Implements
ICollection<T>::Add(T)
Show: