Move Method
Move(int, int)
Moves the element at the fromIndex to the position of the toIndex.
Declaration
public void Move(int fromIndex, int toIndex)
Public Sub Move(fromIndex As Integer, toIndex As Integer)
Parameters
| Type |
Name |
Description |
| int |
fromIndex |
|
| int |
toIndex |
|