This documentation is archived and is not being maintained.
ArrayListCollectionBase Properties
Visual Studio 2008
The ArrayListCollectionBase type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Returns the number of elements in a collection. |
|
IsReadOnly | Gets a value indicating whether a collection is read-only. |
|
IsSynchronized | Gets a value indicating whether a collection is synchronized. |
|
Items | Gets or sets the collection of items in an array list object. The default value is Empty. |
|
SyncRoot | Returns the SyncRoot object for the collection. |
Show: