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

Definition

Adds an item to the 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

Parameters

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

The item to add.

Implements

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

Applies to