Partager via


TableSectionBase<T>.CopyTo(T[], Int32) Méthode

Définition

Copie les éléments de la collection actuelle dans un System.Array, en commençant par l’index spécifié.

public void CopyTo (T[] array, int arrayIndex);
abstract member CopyTo : 'T[] * int -> unit
override this.CopyTo : 'T[] * int -> unit

Paramètres

array
T[]

Tableau dans lequel copier les éléments.

arrayIndex
System.Int32

Index de array à partir duquel commencer à placer les éléments copiés.

Implémente

System.Collections.Generic.ICollection`1.CopyTo(`0[],System.Int32)

S’applique à