Click or drag to resize

CollectionBase T Properties

The CollectionBase T generic type exposes the following members.

Properties
Name Description
Public property Capacity
Gets or sets the number of elements that the System.Collections.CollectionBase can contain.
Public property Count
Gets the number of elements contained in the System.Collections.CollectionBase instance.
Protected property InnerList
Gets the list of elements in the instance.
Public property IsReadOnly
Gets a value indicating whether the collection is read-only.
Public property Item
Gets or sets the item at the specified index in the collection.trigger OnSet and OnSetComplete method when set item
Protected property List
Gets the list of elements in the instance.
Top
See Also