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

Copies the list segment to the destination array.

Namespace:  Tortuga.Anchor.Collections
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public void CopyTo(
	T[] array,
	int arrayIndex
)
Public Sub CopyTo ( _
	array As T(), _
	arrayIndex As Integer _
)

Parameters

array
Type: array<T>[]()[][]
The destination.
arrayIndex
Type: Int32
Index of the destination.