Reverses the order of the elements in the entire ArrayList.
[Visual Basic] Overloads Overridable Public Sub Reverse() [C#] public virtual void Reverse(); [C++] public: virtual void Reverse(); [JScript] public function Reverse();
None.
Exception Type | Condition |
---|---|
NotSupportedException | The ArrayList is read-only. |
This method can be overridden by a derived class.
ArrayList Class | ArrayList Members | System.Collections Namespace | ArrayList.Reverse Overload List