ConcurrentDictionary<TKey,TValue>.IDictionary.Remove(Object) Método

Definición

Quita el elemento con la clave especificada de IDictionary.

 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

Excepciones

key es null.

Se aplica a

Consulte también