[]
Swaps two elements at the index1 and index2.
index1
index2
public void Swap(int index1, int index2)
Public Sub Swap(index1 As Integer, index2 As Integer)