Dela via


ProvisionedFabricConfigVersionList.CopyTo Method

Definition

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

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

Parameters

array
ProvisionedFabricConfigVersion[]

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

arrayIndex
Int32

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

Implements

Applies to