Partager via


ConfigurationAttributeSchemaCollection.ICollection.CopyTo Méthode

Définition

Copie les éléments de la collection dans un tableau.

 virtual void System.Collections.ICollection.CopyTo(Array ^ array, int index) = System::Collections::ICollection::CopyTo;
void ICollection.CopyTo (Array array, int index);

Paramètres

array
Array

Tableau où copier l’objet ConfigurationAttributeSchemaCollection.

index
Int32

Position d'index où commence la copie.

Implémente

Remarques

La <xref:Microsoft.Web.Administration.ConfigurationAttributeSchemaCollection.System.Collections.ICollection.CopyTo%2A> méthode copie les éléments de la collection dans le tableau donné, en commençant à l’index donné. Le tableau doit être d’un type compatible.

S’applique à