DeployedServicePackageList.CopyTo(DeployedServicePackage[], 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.DeployedServicePackage[] array, int arrayIndex);
abstract member CopyTo : System.Fabric.Query.DeployedServicePackage[] * int -> unit
override this.CopyTo : System.Fabric.Query.DeployedServicePackage[] * int -> unit
Public Sub CopyTo (array As DeployedServicePackage(), arrayIndex As Integer)

Paramètres

array
DeployedServicePackage[]

Destination des éléments copiés à partir de la liste.

arrayIndex
Int32

Index de base zéro dans l'array à partir duquel la copie commence.

Implémente

S’applique à