ArrayList Properties
.NET Framework 2.0
| 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. |
Community Additions
ADD
Show: