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)

적용 대상