[]
        
(Showing Draft Content)

C1.WPF.FlexReport.ReportObjectCollection-1.CopyTo

CopyTo Method

CopyTo(TItem[], int)

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

Declaration
public void CopyTo(TItem[] array, int index)
Parameters
Type Name Description
TItem[] 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.