This method uses Array.Reverse(System.Array) to reverse the order of the elements.
This method is an O(n) operation, where n is List<T>.Count.