Click or drag to resize

CondensedCollectionTCopyTo Method

[This is preliminary documentation and is subject to change.]

Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.

Namespace:  Condensed
Assembly:  Condensed (in Condensed.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
public void CopyTo(
	T[] array,
	int arrayIndex
)

Parameters

array
Type: T
The one-dimensional Array that is the destination of the elements copied from CondensedCollectionT. The Array must have zero-based indexing.
arrayIndex
Type: SystemInt32
The zero-based index in array at which copying begins.

Implements

ICollectionTCopyTo(T, Int32)
See Also