| ListBaseT Properties |
The ListBaseT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
The property must be overridden by the derived class to return the number of
items in the list.
(Overrides CollectionBaseTCount.) | |
| Item |
The indexer must be overridden by the derived class to get and set
values of the list at a particular index.
|