Click or drag to resize
ArrayListSort Method
Sorts the elements in the entire ArrayList.

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