[]
        
(Showing Draft Content)

FarPoint.Win.Chart.DoubleCollectionCollection.CopyTo

CopyTo Method

CopyTo(DoubleCollection[], int)

Copies the items in the collection to an array, starting at the specified array index.

Declaration
public void CopyTo(DoubleCollection[] array, int arrayIndex)
Public Sub CopyTo(array As DoubleCollection(), arrayIndex As Integer)
Parameters
Type Name Description
DoubleCollection[] array

One-dimension array that is the destination of the items copied from the collection.

int arrayIndex

Zero-based index in array at which copying begins.

Implements