MindFusion.Scheduling for Silverlight Programmer's Guide
SortedObservableCollection(T) Constructor
See Also
 





Initializes a new instance of the SortedObservableCollection<T> class.

 Overload List

Name Description

SortedObservableCollection(T) ()

Initializes a new instance of the SortedObservableCollection<T> class.

SortedObservableCollection(T) (Boolean)

Initializes a new instance of the SortedObservableCollection<T> class, specifying if the collection can hold duplicate items.

SortedObservableCollection(T) (IEnumerable(T))

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

SortedObservableCollection(T) (List(T))

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

 See Also

SortedObservableCollection(T) Class
MindFusion.DataViews.Silverlight Namespace