ArrayList Class

System.Collections
Represents a non-generic collection of objects that can be individually accessed by index. The capacity of an ArrayList automatically increases as elements are added.
Implemented By: IList
Inheritance Hierarchy: Object > ArrayList

Constructors

Properties

Methods