[]
Swaps items from one specified location to another.
void Swap(int fromIndex, int toIndex, int count)
Sub Swap(fromIndex As Integer, toIndex As Integer, count As Integer)
Type | Name | Description |
---|---|---|
int | fromIndex | Location at which to begin the swap |
int | toIndex | Location at which to swap items |
int | count | Number of items to swap |