CollectionBase T Properties |
The CollectionBase T generic type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Capacity |
Gets or sets the number of elements that the System.Collections.CollectionBase can contain.
|
![]() |
Count |
Gets the number of elements contained in the System.Collections.CollectionBase instance.
|
![]() |
InnerList |
Gets the list of elements in the instance.
|
![]() |
IsReadOnly |
Gets a value indicating whether the collection is read-only.
|
![]() |
Item |
Gets or sets the item at the specified index in the collection.trigger OnSet and OnSetComplete method when set item
|
![]() |
List |
Gets the list of elements in the instance.
|