Copies the elements of the ICollection<(Of <(<'T>)>)> to an Array, starting at a particular Array index.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

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

Parameters

array
Type: array<System..::..Int32>[]()[][]
The one-dimensional Array that is the destination of the elements copied from ICollection<(Of <(<'T>)>)>. The Array must have zero-based indexing.
arrayIndex
Type: System..::..Int32
The zero-based index in array at which copying begins.

Implements

ICollection<(Of <(<'T>)>)>..::..CopyTo(array<T>[]()[][], Int32)

See Also