ExpandoObject.IDictionary<String,Object>.Remove(String) Méthode

Définition

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

 virtual bool System.Collections.Generic.IDictionary<System.String,System.Object>.Remove(System::String ^ key) = System::Collections::Generic::IDictionary<System::String ^, System::Object ^>::Remove;
bool IDictionary<string,object>.Remove (string key);
abstract member System.Collections.Generic.IDictionary<System.String,System.Object>.Remove : string -> bool
override this.System.Collections.Generic.IDictionary<System.String,System.Object>.Remove : string -> bool
Function Remove (key As String) As Boolean Implements IDictionary(Of String, Object).Remove

Paramètres

key
String

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

Retours

true si la suppression de l'élément réussit ; sinon, false. Cette méthode retourne également false si key est introuvable dans le IDictionary<TKey,TValue> d'origine.

Implémente

S’applique à