Partager via


OutputCacheProviderCollection.CopyTo(OutputCacheProvider[], Int32) Méthode

Définition

Copie les fournisseurs de caches de sortie vers un tableau unidimensionnel compatible à l'index spécifié.

public:
 void CopyTo(cli::array <System::Web::Caching::OutputCacheProvider ^> ^ array, int index);
public void CopyTo (System.Web.Caching.OutputCacheProvider[] array, int index);
override this.CopyTo : System.Web.Caching.OutputCacheProvider[] * int -> unit
Public Sub CopyTo (array As OutputCacheProvider(), index As Integer)

Paramètres

array
OutputCacheProvider[]

Tableau unidimensionnel qui représente la destination des éléments copiés à partir de la collection. Le tableau doit avoir une indexation de base zéro.

index
Int32

Point dans le tableau où démarre la copie.

Remarques

Le tableau dans lequel les éléments sont copiés doit avoir un index de base zéro.

S’applique à