| CommandifiedListTMoveElement Method  | 
            Moves the element at index currentIndex to the indexToMoveTo index. 
            
 
Namespace: SD.Tools.Algorithmia.GeneralDataStructuresAssembly: SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.14.1118)
Syntaxpublic 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