Represents a sorted view.

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

Syntax

C#
public class OrderedView<T> : View<T>
Visual Basic
Public Class OrderedView(Of T) _
	Inherits View(Of T)

Type Parameters

T
The type of the elements in the view.

Inheritance Hierarchy

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

See Also