Mono Class Library: System.Array Overview | MembersSystem.Array.Reverse Method |
Reverses the sequence of the elements in the specified one-dimensional Array. [Edit]
|
Type Reason ArgumentNullException array is null. [Edit] RankException array has more than one dimension. [Edit]
This version of Array.Reverse(Array) is equivalent to Array.Reverse(Array)(array, array.GetLowerBound(0), array.Length). [Edit]
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0