Bagikan melalui


ApplicationTypeList.CopyTo(ApplicationType[], Int32) Method

Definition

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

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

Parameters

array
ApplicationType[]

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

arrayIndex
Int32

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

Implements

Applies to