[CSHARP]int[] someArray = new int[5] { 1, 2, 3, 4, 5 };
Array.Reverse(someArray);[/CSHARP]