ImmutableDictionary<TKey,TValue>.IDictionary.Remove(Object) Méthode
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Supprime l’élément avec la clé spécifiée de l’objet dictionary immuable.
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
- key
- Object
Clé de l'élément à supprimer.
Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de ImmutableDictionary<TKey,TValue> est castée en interface IDictionary.
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :