TFCommonUtil.CombineArrays<T>, méthode

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

Syntaxe

'Déclaration
Public Shared Function CombineArrays(Of T) ( _
    first As T(), _
    second As T() _
) As T()
public static T[] CombineArrays<T>(
    T[] first,
    T[] second
)

Paramètres de type

  • T

Paramètres

  • first
    Type : array<T[]
  • second
    Type : array<T[]

Valeur de retour

Type : array<T[]

Sécurité .NET Framework

Voir aussi

Référence

TFCommonUtil Classe

Microsoft.TeamFoundation.Common, espace de noms