[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.ChartObjectCollection-1.CopyTo

CopyTo Method

CopyTo(T[], int)

Copies the elements of the collection to an Array, starting at a particular array index.

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

The one-dimensional Array that is the destination of the elements copied from collection. (The array must have zero-based indexing).

int index

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