Partager via


DeployedCodePackageList.CopyTo(DeployedCodePackage[], Int32) Méthode

Définition

Copie les éléments de la liste vers le tableau spécifié à l’index de départ spécifié.

public void CopyTo (System.Fabric.Query.DeployedCodePackage[] array, int arrayIndex);
abstract member CopyTo : System.Fabric.Query.DeployedCodePackage[] * int -> unit
override this.CopyTo : System.Fabric.Query.DeployedCodePackage[] * int -> unit
Public Sub CopyTo (array As DeployedCodePackage(), arrayIndex As Integer)

Paramètres

array
DeployedCodePackage[]

Tableau unidimensionnel.

arrayIndex
Int32

Index dans le tableau de destination pour commencer la copie.

Implémente

S’applique à