Class SortableObservableCollection<T>
Inherited Members
Namespace: Menou.Menoute.Runtime.ViewControls
Assembly: Menou.Menoute.Runtime.ViewControls.dll
Syntax
public class SortableObservableCollection<T> : ObservableCollection<T>, IList<T>, ICollection<T>, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
| Name | Description |
|---|---|
| SortableObservableCollection(IEnumerable<T>) | |
| SortableObservableCollection(List<T>) |
Methods
| Name | Description |
|---|---|
| Sort<TKey>(Func<T, TKey>, IComparer<TKey>) | |
| Sort<TKey>(Func<T, TKey>, ListSortDirection) |