Click or drag to resize

WeakReferenceListBaseTCopyTo Method (T, Int32)

Copies list items to an array

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

Parameters

array
Type: T
the array to copy to
arrayIndex
Type: SystemInt32
start array index of copy

Implements

ICollectionTCopyTo(T, Int32)
See Also