Dictionary<TKey,TValue>.ICollection<KeyValuePair<TKey,TValue>>.Add Méthode

Définition

Ajoute la valeur spécifiée à ICollection<T> avec la clé spécifiée.

 virtual void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System::Collections::Generic::KeyValuePair<TKey, TValue> keyValuePair) = System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<TKey, TValue>>::Add;
void ICollection<KeyValuePair<TKey,TValue>>.Add (System.Collections.Generic.KeyValuePair<TKey,TValue> keyValuePair);
abstract member System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add : System.Collections.Generic.KeyValuePair<'Key, 'Value> -> unit
override this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add : System.Collections.Generic.KeyValuePair<'Key, 'Value> -> unit
Sub Add (keyValuePair As KeyValuePair(Of TKey, TValue)) Implements ICollection(Of KeyValuePair(Of TKey, TValue)).Add

Paramètres

keyValuePair
KeyValuePair<TKey,TValue>

Structure KeyValuePair<TKey,TValue> qui représente la clé et la valeur à ajouter à Dictionary<TKey,TValue>.

Implémente

Exceptions

La clé de keyValuePair a la valeur null.

Un élément possédant la même clé existe déjà dans Dictionary<TKey,TValue>.

S’applique à