ModelItemDictionary.IDictionary.Remove(Object) Méthode

Définition

Supprime de IDictionary l'élément ayant la clé spécifiée.

 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

Remarques

Si l'objet IDictionary ne contient pas d'élément avec la clé spécifiée, IDictionary reste inchangé. Aucune exception n’est générée.

S’applique à