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