BaseCollection Properties
.NET Framework (current version)
Namespace:
System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| 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. |
Show:

