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

Définition

Supprime l’élément avec la clé spécifiée du dictionnaire.

 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

Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de ImmutableSortedDictionary<TKey,TValue>.Builder est castée en interface IDictionary.

S’applique à