DeployedServicePackageHealthStateList.CopyTo Method

Definition

Copies the elements of the ICollection to an Array, starting at a particular Array index.

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

Parameters

array
DeployedServicePackageHealthState[]

The one-dimensional Array that is the destination of the elements copied from ICollection. The Array must have zero-based indexing.

arrayIndex
Int32

The zero-based index in array at which copying begins.

Implements

Applies to