Copies the collection of Actions beginning with the specified index to the specified array of Action objects.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public void CopyTo(
	Action[] array,
	int index
)
Visual Basic
Public Sub CopyTo ( _
	array As Action(), _
	index As Integer _
)

Parameters

array
Type: array<C1.Win.C1Chart..::..Action>[]()[][]
index
Type: System..::..Int32

See Also