Click or drag to resize
ListBaseT Properties

The ListBaseT 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 CollectionBaseTCount.)
Public propertyItem
The indexer must be overridden by the derived class to get and set values of the list at a particular index.
Top
See Also