Share via


DeployedCodePackageList.CopyTo(DeployedCodePackage[], Int32) Method

Definition

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)

Parameters

arrayIndex
System.Int32

Implements

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

Applies to