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.3.0.0 (1.3.17.0314)
Syntax public void MoveElement(
int currentIndex,
int indexToMoveTo
)
Public Sub MoveElement (
currentIndex As Integer,
indexToMoveTo As Integer
)
Parameters
- currentIndex
- Type: SystemInt32
Index of the current. - indexToMoveTo
- Type: SystemInt32
The index to move to.
See Also