ImmutableSortedDictionary<TKey,TValue>.Builder.IDictionary.Contains Méthode

Définition

Détermine si l’objet dictionary contient un élément avec la clé spécifiée.

 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

Paramètres

key
Object

Clé à rechercher.

Retours

true si le dictionnaire contient un élément avec la clé ; sinon, false.

Implémente

Remarques

Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de ImmutableSortedDictionary<TKey,TValue>.Builder est castée en interface IDictionary.

S’applique à