system.array.reverse c# code example Example: c# array Reverse method char[] array = {'a','b','c'}; Array.Reverse(array);