BaseCollection Properties
.NET Framework 2.0
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| Count | Gets the total number of elements in the collection. |
| IsReadOnly | Gets a value indicating whether the collection is read-only. |
| IsSynchronized | Gets a value indicating whether access to the ICollection is synchronized. |
| SyncRoot | Gets an object that can be used to synchronize access to the BaseCollection. |