Click or drag to resize

VelocityDbHashSetTCopyTo Method (T, Int32, Int32)

Copies a range of elements from the List(Of T) to a compatible one-dimensional array, starting at the specified index of the target array.

Namespace:  VelocityDb.Collection
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public void CopyTo(
	T[] array,
	int arrayIndex,
	int count
)

Parameters

array
Type: T
The one-dimensional Array that is the destination of the elements copied from List(Of T). The Array must have zero-based indexing.
arrayIndex
Type: SystemInt32
The zero-based index in the source List(Of T) at which copying begins.
count
Type: SystemInt32
The number of elements to copy.
See Also