Creates an empty ArrayList with an initial capacity of 16.
[Visual Basic] Overloads Public Sub New() [C#] public ArrayList(); [C++] public: ArrayList(); [JScript] public function ArrayList();
When adding elements to the list and the number of elements exceeds the capacity, the capacity is doubled.
ArrayList Class | ArrayList Members | System.Collections Namespace | ArrayList Constructor Overload List | Capacity