Compartir a través de


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

Definición

Agrega un elemento a la colección.

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

Parámetros

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

Elemento que se va a agregar.

Implementaciones

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

Se aplica a