Reverses the sequence of the elements in the specified one-dimensional Array.
- array
- The one-dimensional Array to reverse.
Type Reason ArgumentNullException array is null. RankException array has more than one dimension.
This version of Array.Reverse(Array) is equivalent to Array.Reverse(Array)(array, array.GetLowerBound(0), array.Length).
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0