RouteValueDictionary.ICollection<KeyValuePair<String,Object>>.Remove Méthode

Définition

Pour obtenir une description de ce membre, consultez Remove(T).

 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

Paramètres

item
KeyValuePair<String,Object>

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

Retours

Boolean

true si item a été correctement supprimé de la collection ; sinon, false. Cette méthode retourne également false si item est introuvable dans la collection.

Implémente

S’applique à

Voir aussi