[]
Reverses the order of the elements in the list or a portion of it.
public override void Reverse(int index, int count)
Type | Name | Description |
---|---|---|
int | index | Index where the reversal should start. |
int | count | Number of elements to reverse. |
Reverses the order of the elements in the list or a portion of it.
public override void Reverse()