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

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

Properties


  Name Description
Public property Count
Gets the number of elements contained in the ReadOnlyCollection instance.
(Inherited from ReadOnlyCollection.)
Public property Item(System.Int32)
Gets the element at the specified index.
(Inherited from ReadOnlyCollection.)
Protected property Items
Returns the IList that the ReadOnlyCollection wraps.
(Inherited from ReadOnlyCollection.)
Protected property SourceList
The list being wrapped.