ResourceDictionary.ICollection<KeyValuePair<String,Object>>.Contains Methode

Definition

Gibt einen Wert zurück, der angibt, ob das Wörterbuch den Wert in item enthält, der durch den Schlüssel in item indiziert wird.

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

Parameter

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

Das Element, das hinzugefügt werden soll.

Gibt zurück

System.Boolean

Implementiert

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

Gilt für: