NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Array.Reverse

Reverses the order of the elements in the specified one-dimensional Array, or in a portion of it.

Overload List

Reverses the sequence of the elements in a section of the one-dimensional Array.

[Visual Basic] Overloads Public Shared Sub Reverse(Array, Integer, Integer)
[C#] public static void Reverse(Array, int, int);
[C++] public: static void Reverse(Array*, int, int);
[JScript] public static function Reverse(Array, int, int);

Reverses the sequence of the elements in the entire one-dimensional Array.

[Visual Basic] Overloads Public Shared Sub Reverse(Array)
[C#] public static void Reverse(Array);
[C++] public: static void Reverse(Array*);
[JScript] public static function Reverse(Array);

See Also

Array Class | Array Members | System Namespace