Click or drag to resize
ArrayListReverse Method
Reverses the order of the elements in the entire ArrayList.

Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public virtual void Reverse()
Exceptions
ExceptionCondition
NotSupportedExceptionThe ArrayList is read-only.
See Also