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)
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