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

Définition

Supprime l'élément avec la clé spécifiée d'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

Paramètres

key
Object

Clé de l'élément à supprimer.

Implémente

Exceptions

key a la valeur null.

S’applique à

Voir aussi