Click or drag to resize

VelocityDbHashSetTCopyTo Method (T)

Copies the entire List to a compatible one-dimensional array, starting at the beginning 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
)

Parameters

array
Type: T
The one-dimensional Array that is the destination of the elements copied from List. The Array must have zero-based indexing.
See Also