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

Définition

Copie les fournisseurs de cache de sortie dans 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 est 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ù commence la copie.

Remarques

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

S’applique à