ResourceDictionary.ICollection<KeyValuePair<String,Object>>.Add(KeyValuePair<String,Object>) Yöntem

Tanım

Bir öğeyi koleksiyona ekler.

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

Parametreler

item
KeyValuePair<String,Object>

Eklenecek öğe.

Uygulamalar

Şunlara uygulanır