Mono Class Library: Overview

System.Collections.ArrayList: Constructor Members

The constructors of System.Collections.ArrayList are listed below. For a list of all members, see the ArrayList Members list.

See Also: Inherited members from System.Object

Public Constructors

Constructs and initializes a new instance of the ArrayList class that is empty and has the default initial ArrayList.Capacity .
Constructs and initializes a new instance of the ArrayList class with the elements from the specified ICollection. The initial ArrayList.Count and ArrayList.Capacity of the new list are both equal to the number of elements in the specified collection.
Constructs and initializes a new instance of the ArrayList class that is empty and has the specified initial ArrayList.Capacity .