Partager via


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

Définition

Copie une collection vers un autre objet de l’arborescence du modèle.

public void CopyTo (T[] array, int arrayIndex);
member this.CopyTo : 'T[] * int -> unit
Public Sub CopyTo (array As T(), arrayIndex As Integer)

Paramètres

array
T[]

Stocke les objets dans la collection.

arrayIndex
Int32

Index du tableau.

Implémente

S’applique à