Mono Class Library: Overview

System.Collections.ArrayList: Property Members

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

Public Properties

Capacityint. Gets or sets the number of elements that the current instance is capable of storing.
[read-only]
Countint. Implemented to support the ICollection interface. [Note: For more information, see ICollection.Count.]
[read-only]
IsFixedSizebool. Gets a bool indicating whether the ArrayList.Capacity of the current instance cannot be changed.
[read-only]
IsReadOnlybool. Gets a value indicating whether the current instance is read-only.
[read-only]
IsSynchronizedbool. Gets a value indicating whether access to the current instance is synchronized (thread-safe).
default property
Item(int)object. Gets or sets the element at the specified index of the current instance.
[read-only]
SyncRootobject. Gets an object that can be used to synchronize access to the current instance.