Base class for the View<(Of <(<'T>)>)> class. Contains members that don't depend on the element type T.

Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

Remarks

Use this class to type variables that can accept views with different element types or a view with anonymous element type.

Inheritance Hierarchy

System..::..Object
  C1.LiveLinq.LiveViews..::..View
    C1.LiveLinq.LiveViews..::..View<(Of <(<'T>)>)>

See Also