Reverse method (list)
Reverses the order of the elements in this list.
Syntax
list.Reverse
Returns a copy of list with the elements in the reverse order.
Reverses the order of the elements in this list.
list.Reverse
Returns a copy of list with the elements in the reverse order.