ResourceDictionary.ICollection<KeyValuePair<String,Object>>.Contains 메서드

정의

item에서 키로 인덱싱된 item의 값이 사전에 포함되어 있는지 여부를 나타내는 값을 반환합니다.

bool ICollection<KeyValuePair<string,object>>.Contains (System.Collections.Generic.KeyValuePair<string,object> item);
abstract member System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.Contains : System.Collections.Generic.KeyValuePair<string, obj> -> bool
override this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.Contains : System.Collections.Generic.KeyValuePair<string, obj> -> bool

매개 변수

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

추가할 항목입니다.

반환

System.Boolean

구현

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

적용 대상