See Also: CollectionBase Members
A CollectionBase instance is always modifiable. See ReadOnlyCollectionBase for a read-only version of this class.
The capacity of a CollectionBase is the number of elements the CollectionBase can hold. As elements are added to a CollectionBase, the capacity is automatically increased as required through reallocation. The capacity can be decreased by setting the CollectionBase.Capacity property explicitly.