Method Move
Move(int, int)
Moves the item at the specified index to a new location in the collection.
public virtual void Move(int oldIndex, int newIndex)
Moves the item at the specified index to a new location in the collection.
public virtual void Move(int oldIndex, int newIndex)