Click or drag to resize

PrioritizedListTCopyTo Method (PrioritizedItemT, Int32)

Copies the list prioritized 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(
	PrioritizedItem<T>[] array,
	int arrayIndex
)
Request Example View Source

Parameters

array
Type: Archon.SwissArmyLib.CollectionsPrioritizedItemT
The array to copy to.
arrayIndex
Type: SystemInt32
The index to start at.

Implements

ICollectionTCopyTo(T, Int32)
See Also