共用方式為


ResourceDictionary.ICollection<KeyValuePair<String,Object>>.Add 方法

定義

將項目新增至集合。

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

參數

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

要新增的項目。

實作

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

適用於