Click or drag to resize

CommandifiedListTMoveElement Method

Moves the element at index currentIndex to the indexToMoveTo index.

Namespace:  SD.Tools.Algorithmia.GeneralDataStructures
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0711)
Syntax
public void MoveElement(
	int currentIndex,
	int indexToMoveTo
)

Parameters

currentIndex
Type: SystemInt32
Index of the current.
indexToMoveTo
Type: SystemInt32
The index to move to.
See Also