Click or drag to resize

WeakReferenceListBaseTCopyTo Method (Array, Int32)

Copies list to an array

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

Parameters

array
Type: SystemArray
the array to copy to
arrayIndex
Type: SystemInt32
start index in array for copy
See Also