The properties 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
Capacity int. Gets or sets the number of elements that the current instance is capable of storing. [read-only] Count int. Implemented to support the ICollection interface. [Note: For more information, see ICollection.Count.] [read-only] IsFixedSize bool. Gets a bool indicating whether the ArrayList.Capacity of the current instance cannot be changed. [read-only] IsReadOnly bool. Gets a value indicating whether the current instance is read-only. [read-only] IsSynchronized bool. Gets a value indicating whether access to the current instance is synchronized (thread-safe). default propertyItem(int) object. Gets or sets the element at the specified index of the current instance. [read-only] SyncRoot object. Gets an object that can be used to synchronize access to the current instance.