Share via


CollectionPage<T>.CopyTo(T[], Int32) Method

Definition

Copies the elements of the current page to the given array starting at the given index.

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

Parameters

array
T[]

The array to copy elements to.

arrayIndex
Int32

The start index.

Implements

Applies to