Search
SortedObservableCollection(T) Constructor (List(T))
See Also
 





Initializes a new instance of the SortedObservableCollection<T> class that contains elements copied from the specified list.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

public SortedObservableCollection<T> (
    List<T> list
)

Visual Basic  Copy Code

Public New (Of T) ( _
    list As List(Of T) _
)

 Parameters

list
The initial contents of the new collection.

 See Also