Constructor SortedObservableCollection
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
SortedObservableCollection(Func<T, TKey>)
Creates a new SortedObservableCollection instance.
public SortedObservableCollection(Func<T, TKey> keySelector)
Parameters
keySelector
Func<T, TKey>The function to select the sorting key.