Compartilhar via


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

Definição

Adiciona um item à coleção.

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>

O item a ser adicionado.

Implementações

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

Aplica-se a