Copies all the items from this EmptyDataSource to the specified System.Array object, starting at the specified index in the System.Array object

Namespace:  C1.Web.UI.Controls.C1GridView.Data
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

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

Parameters

array
Type: System..::..Array
The one-dimensional Array.
index
Type: System..::..Int32
The zero-based index in array at which copying begins.

Implements

ICollection..::..CopyTo(Array, Int32)

See Also