ExtendedAttributeCollection.CopyTo

ExtendedAttributeCollection.CopyTo method

Copie les éléments de cette collection dans le tableau spécifié, en commençant à l’index de tableau spécifié.

public void CopyTo(ExtendedAttribute[] array, int arrayIndex)
ParamètreTaperLa description
arrayExtendedAttribute[]le tableau unidimensionnel spécifié pour y copier des éléments
arrayIndexInt32l’index de base zéro du tableau spécifié auquel la copie commence.

Voir également