Parameters
- oldIndex
- The index to move the item from. Must be a valid index for the collection.
- newIndex
- The index to move the item to. Must be a valid index for the collection.
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | Thrown if oldIndex or newIndex is not a valid index. |