SortedObservableCollection Constructor
SortedObservableCollection(Func<T, TKey>)
Creates a new SortedObservableCollection instance.
Declaration
public SortedObservableCollection(Func<T, TKey> keySelector)
Parameters
Type | Name | Description |
---|---|---|
System.Func<T, TKey> | keySelector | The function to select the sorting key. |