| ReadOnlyListBaseT Properties |
The ReadOnlyListBaseT 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 ReadOnlyCollectionBaseTCount.) | |
| Item |
The get part of the indexer must be overridden by the derived class to get
values of the list at a particular index.
|