PropertyDescriptorCollection.IDictionary.Contains(Object) Methode

Definitie

Bepaalt of het IDictionary een element met de opgegeven sleutel bevat.

 virtual bool System.Collections.IDictionary.Contains(System::Object ^ key) = System::Collections::IDictionary::Contains;
bool IDictionary.Contains(object key);
abstract member System.Collections.IDictionary.Contains : obj -> bool
override this.System.Collections.IDictionary.Contains : obj -> bool
Function Contains (key As Object) As Boolean Implements IDictionary.Contains

Parameters

key
Object

De sleutel die moet worden gevonden in de IDictionary.

Retouren

trueals het IDictionary element een element met de sleutel bevat; anders. false

Implementeringen

Van toepassing op