Base class for the View<(Of <(<'T>)>)> class. Contains members that don't depend on the element type T.
Namespace:
C1.LiveLinq.LiveViewsAssembly: C1.LiveLinq (in C1.LiveLinq.dll)
Syntax
C# |
---|
public abstract class View : ICollectionView, IEditableCollectionView, IList, ICollection, IEnumerable, IDisposable, INotifyCollectionChanged, INotifyPropertyChanged, IWithDeferredMode, IValidatable, IListSource, ITypedList, IItemProperties |
Visual Basic |
---|
Public MustInherit Class View _ Implements ICollectionView, IEditableCollectionView, IList, ICollection, _ IEnumerable, IDisposable, INotifyCollectionChanged, INotifyPropertyChanged, IWithDeferredMode, _ IValidatable, IListSource, ITypedList, IItemProperties |
Remarks
Use this class to type variables that can accept views with different element types or a view with anonymous element type.