March 2004
Intermediate to advanced
560 pages
26h 47m
English
System.Collections.ArrayList implements a variable-size System.Collections.IList that uses an array of objects to store the elements. A System.Collections.ArrayList has a System.Collections.ArrayList.Capacity, which is the allocated length of the internal array. The total number of elements contained by a list is its System.Collections.ArrayList.Count. As elements are added to a list, its capacity is automatically increased as required by reallocating the internal array.
Read now
Unlock full access