OutputCacheProviderCollection.CopyTo(OutputCacheProvider[], Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.