Click or drag to resize

PrioritizedListTCopyTo Method (T, Int32)

Copies the list items to an 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 at.
See Also