Share via


DeployedServicePackageList.CopyTo(DeployedServicePackage[], Int32) Method

Definition

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)

Parameters

arrayIndex
System.Int32

Implements

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

Applies to