public void Reverse(
int index,
int count
)Public Sub Reverse (
index As Integer,
count As Integer
)public:
void Reverse(
int index,
int count
)member Reverse :
index : int *
count : int -> unit | ArgumentOutOfRangeException | index is not a valid index in the list.
-or- count is less than 0. |
| ArgumentException | index and count do not denote a valid range of elements in the list. |