Share via


DeployedServiceTypeList.CopyTo(DeployedServiceType[], Int32) Method

Definition

Copies items from the list to the specified array at the specified starting index.

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

Parameters

array
DeployedServiceType[]

The array.

arrayIndex
Int32

The starting index of the array.

Implements

Applies to