[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ItemCollection-1.CopyTo

CopyTo Method

CopyTo(T[], int)

Copies the objects in the ItemCollection<T> to a T array, starting at the specified array index.

Declaration
public void CopyTo(T[] array, int arrayIndex)
Parameters
Type Name Description
T[] array

An one-dimensional array of the T objects that is the destination of the elements copied from the ItemCollection<T>. The array must have zero-based indexing.

int arrayIndex

A zero-based int index in the array at which copying begins.

Implements