Click or drag to resize
ReadOnlyListBaseT Properties

The ReadOnlyListBaseT generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
The property must be overridden by the derived class to return the number of items in the list.
(Overrides ReadOnlyCollectionBaseTCount.)
Public propertyItem
The get part of the indexer must be overridden by the derived class to get values of the list at a particular index.
Top
See Also