Set<T>.CopyTo, 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 Sub CopyTo ( _
    array As T(), _
    index As Integer _
)
public void CopyTo(
    T[] array,
    int index
)

Paramètres

  • array
    Type : array<T[]

Implémentations

ICollection<T>.CopyTo(array<T[], Int32)

Sécurité .NET Framework

Voir aussi

Référence

Set<T> Classe

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