Поделиться через


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)

Применяется к