Method Reverse
Reverse()
Reverses the order of the items in the entire list.
Declaration
public void Reverse()
Reverse(int, int)
Reverses the order of the items in the specified range.
Declaration
public void Reverse(int index, int count)
Parameters
Type | Name | Description |
---|---|---|
int | index | The zero-based starting index of the range to reverse. |
int | count | The number of items in the range to reverse. |