ImmutableSortedDictionary<TKey,TValue>.Builder.IDictionary.Contains Methode

Definitie

Bepaalt of het woordenlijstobject 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.

Retouren

true als de woordenlijst een element met de sleutel bevat; anders, false.

Implementeringen

Opmerkingen

Dit lid is een expliciete implementatie van interfaceleden. Deze kan alleen worden gebruikt wanneer het ImmutableSortedDictionary<TKey,TValue>.Builder exemplaar naar een IDictionary interface wordt gecast.

Van toepassing op