[]
        
(Showing Draft Content)

FarPoint.Web.Chart.DetachmentCollection.CopyTo

CopyTo Method

CopyTo(float[], int)

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

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

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

int arrayIndex

Zero-based index in array at which copying begins.

Implements