EAPCollectionBase Properties |
The EAPCollectionBase type exposes the following members.
Name | Description | |
---|---|---|
Count |
The number of elements actually contained in the ArrayList.
| |
IsFixedSize |
true if the ArrayList has a fixed size; otherwise, false. The default is false.
| |
IsReadOnly |
Returns true if the collection is read-only. (Default is false)
| |
IsSynchronized |
true if access to the internal ArrayList is synchronized (thread-safe); otherwise, false. The default is false.
| |
SyncRoot |
An object that can be used to synchronize access to the ArrayList.
|