![]() |
Paradox Game Engine
v1.0.0 beta06
|
Go to the source code of this file.
Classes | |
class | SiliconStudio.Presentation.Collections.AutoUpdatingSortedObservableCollection< T > |
An observable collection that automatically sorts inserted items using either the default comparer for their type, or a custom provider comparer. Insertion and search are both O(log(n)). The method SortedObservableCollection{T}.BinarySearch must be used for O(log(n)). The items must implement INotifyPropertyChanging and INotifyPropertyChanged. The collection watches for property changes in its items and reorders them accordingly if the changes affect the order. More... | |
Namespaces | |
package | SiliconStudio.Presentation.Collections |