ResourceDictionary.ICollection<KeyValuePair<String,Object>>.Add Méthode

Définition

Ajoute un élément à la collection.

void ICollection<KeyValuePair<string,object>>.Add (System.Collections.Generic.KeyValuePair<string,object> item);
abstract member System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.Add : System.Collections.Generic.KeyValuePair<string, obj> -> unit
override this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.Add : System.Collections.Generic.KeyValuePair<string, obj> -> unit

Paramètres

item
KeyValuePair<String,Object>

Élément à ajouter.

Implémente

S’applique à