[]
        
(Showing Draft Content)

FarPoint.Web.Chart.StringCollectionItem.CopyTo

CopyTo Method

CopyTo(string[], int)

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

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

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

int arrayIndex

Zero-based index in array at which copying begins.

Implements