Exchange Method
Exchange(int, int)
Swap two items in collection.
Declaration
public void Exchange(int item1, int item2)
Public Sub Exchange(item1 As Integer, item2 As Integer)
Parameters
| Type |
Name |
Description |
| int |
item1 |
Index of first item.
|
| int |
item2 |
Index of second item.
|