Click or drag to resize

DelayedListTCopyTo Method

Copies the contents of the backing list to the specified array starting at the specified index.

Namespace:  Archon.SwissArmyLib.Collections
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void CopyTo(
	T[] array,
	int arrayIndex
)
Request Example View Source

Parameters

array
Type: T
The array to copy to.
arrayIndex
Type: SystemInt32
The index to start from.

Implements

ICollectionTCopyTo(T, Int32)
See Also