Project DescriptionSome collections that you may find missing in the standard .NET assemblies. If you're looking for sorted ObservableCollection or sorted collection, you should check this library.
Implemented in C#.
The available collections are:
- SortedCollection - collection that holds elements in the specified order,
- SortedObservableCollection - implements INotifyCollectionChanged interface for SortedCollection so can be used in WPF applications as the source of the binding for ItemsSource controls