Swaps the elements of the list.
Name | Description | |
---|---|---|
Swap(Int32, Int32) |
Swaps two elements with the specified indices. |
|
Swap(Int32[], Int32) |
Shifts elements with the specified indices to a specific position. |
|
Swap(IListItem, IListItem) |
Swaps two elements of the list. |
|
Swap(IListItem[], Int32) |
Shifts the specified elements to a specific position. |