Wintellect.PowerCollections Namespace
Algorithms Class
GhostDoc Pro Sample Help File

ReadOnlyListBase<(Of <(<'T>)>)> Properties

The ReadOnlyListBase<(Of <(<'T>)>)> type exposes the following members.

Properties


  Name Description
Public property Count
The property must be overridden by the derived class to return the number of items in the list.
Public property Item
The get part of the indexer must be overridden by the derived class to get values of the list at a particular index.