Edit

Share via


ReadOnlyDictionary<K,V>.ICollection<KeyValuePair<K,V>>.Add Method

Definition

 virtual void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<K,V>>.Add(System::Collections::Generic::KeyValuePair<K, V> item) = System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<K, V>>::Add;
void ICollection<KeyValuePair<K,V>>.Add (System.Collections.Generic.KeyValuePair<K,V> item);
Sub Add (item As KeyValuePair(Of K, V)) Implements ICollection(Of KeyValuePair(Of K, V)).Add

Parameters

item
KeyValuePair<K,V>

Implements

Applies to