Partager via


ConfigurationElementSchemaCollection.ICollection.CopyTo(Array, Int32) 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 ConfigurationElementSchemaCollection.

index
Int32

Position d'index où commence la copie.

Implémente

Remarques

La <xref:Microsoft.Web.Administration.ConfigurationElementSchemaCollection.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 à