ExpandoObject.ICollection<KeyValuePair<String,Object>>.Remove Metodo

Definizione

Rimuove una chiave e un valore dalla raccolta.

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

Parametri

item
KeyValuePair<String,Object>

Struttura KeyValuePair<TKey,TValue> che rappresenta la chiave e il valore da rimuovere dalla raccolta.

Restituisce

true se la chiave e il valore vengono trovati e rimossi. In caso contrario, false. Questo metodo restituisce false se la chiave e il valore non vengono trovati in ICollection<T>.

Implementazioni

Si applica a