Click or drag to resize
ChartingStateManagedCollectionTCopyTo Method
Copies the entire System.Collections.Generic.List<T> to a compatible one-dimensional array, starting at the specified index of the target array.

Namespace: Kettic.AspNet.Controls.ChartModel
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public void CopyTo(
	T[] array,
	int arrayIndex
)

Parameters

array
Type: T
The one-dimensional System.Array that is the destination of the elements
arrayIndex
Type: SystemInt32
The zero-based index in array at which copying begins

Implements

ICollectionTCopyTo(T, Int32)
See Also