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

Definición

Quita el elemento con la clave especificada del diccionario.

 virtual void System.Collections.IDictionary.Remove(System::Object ^ key) = System::Collections::IDictionary::Remove;
void IDictionary.Remove(object key);
abstract member System.Collections.IDictionary.Remove : obj -> unit
override this.System.Collections.IDictionary.Remove : obj -> unit
Sub Remove (key As Object) Implements IDictionary.Remove

Parámetros

key
Object

Clave del elemento que se va a quitar.

Implementaciones

Comentarios

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

Se aplica a