Partager via


ReadOnlySet<T>.ICollection<T>.Remove(T) Méthode

Définition

Supprime la première occurrence d’un objet spécifique de l'ICollection<T>.

 virtual bool System.Collections.Generic.ICollection<T>.Remove(T item) = System::Collections::Generic::ICollection<T>::Remove;
bool ICollection<T>.Remove (T item);
abstract member System.Collections.Generic.ICollection<T>.Remove : 'T -> bool
override this.System.Collections.Generic.ICollection<T>.Remove : 'T -> bool
Function Remove (item As T) As Boolean Implements ICollection(Of T).Remove

Paramètres

item
T

Objet à supprimer de la ICollection<T>.

Retours

true si item a été correctement supprimée du ICollection<T>; sinon, false. Cette méthode retourne également false si item est introuvable dans le ICollection<T>d’origine.

Implémente

S’applique à