MatchCollection.ICollection.CopyTo(Array, 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 tous les éléments de la collection au niveau de l’index spécifié dans le tableau spécifié.
virtual void System.Collections.ICollection.CopyTo(Array ^ array, int arrayIndex) = System::Collections::ICollection::CopyTo;
void ICollection.CopyTo (Array array, int arrayIndex);
abstract member System.Collections.ICollection.CopyTo : Array * int -> unit
override this.System.Collections.ICollection.CopyTo : Array * int -> unit
Sub CopyTo (array As Array, arrayIndex As Integer) Implements ICollection.CopyTo
Paramètres
- array
- Array
Tableau unidimensionnel dans lequel la collection doit être copiée.
- arrayIndex
- Int32
Index de base zéro dans le tableau dans lequel la copie doit commencer.
Implémente
Exceptions
array
est un tableau multidimensionnel.
arrayIndex
est en dehors des limites du tableau.-ou-arrayIndex
plus Count sont en dehors des limites de array
.