Click or drag to resize
ArrayListClear Method
Removes all elements from the ArrayList.

Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
Exceptions
ExceptionCondition
NotSupportedExceptionThe ArrayList is read-only.-or- The ArrayList has a fixed size.
See Also