Share via


ResourceDictionary.ICollection<KeyValuePair<String,Object>>.Add Metodo

Definizione

Aggiunge un elemento alla raccolta.

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

Parametri

item
System.Collections.Generic.KeyValuePair<System.String,System.Object>

Elemento da aggiungere.

Implementazioni

System.Collections.Generic.ICollection`1.Add(`0)

Si applica a