Set<T>.Remove, méthode

Espace de noms :  Microsoft.TeamFoundation.VersionControl.Common.Internal
Assembly :  Microsoft.TeamFoundation.VersionControl.Common (dans Microsoft.TeamFoundation.VersionControl.Common.dll)

Syntaxe

'Déclaration
Public Function Remove ( _
    item As T _
) As Boolean
public bool Remove(
    T item
)

Paramètres

  • item
    Type : T

Valeur de retour

Type : System.Boolean

Implémentations

ICollection<T>.Remove(T)

Sécurité .NET Framework

Voir aussi

Référence

Set<T> Classe

Microsoft.TeamFoundation.VersionControl.Common.Internal, espace de noms