Adds an item to the list, optionnally inserting it at the position defined by the orderBy parameter.
public void Add(T item, Func<T, IComparable> orderBy = null)| parameter | description |
|---|---|
| item | The item to add |
| orderBy | Method defining the order to take into account when inserting the item |
- class GroupedObservableCollection<TK,T>
- namespace Wokhan.Collections