[ Version ( since = "4.21.3" ) ]
public virtual void move (int source_index, int dest_index)
Moves one item from the source_index position to the dest_index position
| this | |
| source_index |
Index where the item will be taken from |
| dest_index |
Index where the item will be inserted |