BaseCollection Properties
.NET Framework 4.5
The BaseCollection type exposes the following members.
| 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. |
|
List | Gets the list of elements contained in the BaseCollection instance. |
|
SyncRoot | Gets an object that can be used to synchronize access to the BaseCollection. |