This documentation is archived and is not being maintained.
ArrayList Properties
Visual Studio 2008
The ArrayList type exposes the following members.
| Name | Description | |
|---|---|---|
|
Capacity | Gets or sets the number of elements that the ArrayList can contain. |
|
Count | Gets the number of elements actually contained in the ArrayList. |
|
IsFixedSize | Gets a value indicating whether the ArrayList has a fixed size. |
|
IsReadOnly | Gets a value indicating whether the ArrayList is read-only. |
|
IsSynchronized | Gets a value indicating whether access to the ArrayList is synchronized (thread safe). |
|
Item | Gets or sets the element at the specified index. |
|
SyncRoot | Gets an object that can be used to synchronize access to the ArrayList. |
Show: