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

Definición

Determina si el objeto del diccionario contiene un elemento con la clave especificada.

 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

Parámetros

key
Object

Clave que se va a localizar.

Devoluciones

true si el diccionario contiene un elemento con la clave; de lo contrario, es false.

Implementaciones

Comentarios

Este miembro es una implementación explícita de un miembro de interfaz. Solo se puede utilizar cuando la instancia de ImmutableSortedDictionary<TKey,TValue>.Builder se convierte en una interfaz IDictionary.

Se aplica a