CollectionBase Properties
.NET Framework (current version)
Namespace:
System.Collections
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Capacity | Gets or sets the number of elements that the CollectionBase can contain. |
![]() | Count | Gets the number of elements contained in the CollectionBase instance. This property cannot be overridden. |
![]() | InnerList | Gets an ArrayList containing the list of elements in the CollectionBase instance. |
![]() | List | Gets an IList containing the list of elements in the CollectionBase instance. |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection::IsSynchronized | Gets a value indicating whether access to the CollectionBase is synchronized (thread safe). |
![]() ![]() | ICollection::SyncRoot | Gets an object that can be used to synchronize access to the CollectionBase. |
![]() ![]() | IList::IsFixedSize | Gets a value indicating whether the CollectionBase has a fixed size. |
![]() ![]() | IList::IsReadOnly | Gets a value indicating whether the CollectionBase is read-only. |
![]() ![]() | IList::Item[Int32] | Gets or sets the element at the specified index. |
Show:



