Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 611 Bytes

File metadata and controls

19 lines (13 loc) · 611 Bytes

GroupedObservableCollection<TK,T>.Add method

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

See Also