ExpandoObject.IDictionary<String,Object>.Remove(String) Metodo

Definizione

Rimuove l'elemento con la chiave specificata da IDictionary.

 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

Parametri

key
String

Chiave dell'elemento da rimuovere.

Restituisce

true se l'elemento viene rimosso correttamente; in caso contrario, false. Questo metodo restituisce anche false se key non è stato trovato nell'interfaccia IDictionary<TKey,TValue> originale.

Implementazioni

Si applica a