ReadOnlyObservableCollectionExtended<(Of <(<'T>)>)> Class
A ReadOnlyObservableCollection that includes the functionality from ExtendedObservableCollection.
Namespace:
Tortuga.Anchor.CollectionsAssembly: Tortuga.Anchor (in Tortuga.Anchor.dll)
Syntax
public class ReadOnlyObservableCollectionExtended<T> : ReadOnlyCollection<T>, INotifyCollectionChanged, INotifyPropertyChanged, INotifyCollectionChangedWeak, INotifyPropertyChangedWeak, INotifyItemPropertyChanged
Public Class ReadOnlyObservableCollectionExtended(Of T) _ Inherits ReadOnlyCollection(Of T) _ Implements INotifyCollectionChanged, INotifyPropertyChanged, INotifyCollectionChangedWeak, INotifyPropertyChangedWeak, _ INotifyItemPropertyChanged
Type Parameters
- T
- The type of elements in the collection.
Inheritance Hierarchy
ReadOnlyCollection<(Of <(<'T>)>)>
Tortuga.Anchor.Collections..::..ReadOnlyObservableCollectionExtended<(Of <(<'T>)>)>