IGrouping specialization used by GroupedObservableCollection
public class ObservableGrouping<TK, T> : ObservableCollection<T>, IGrouping<TK, T>,
IObservableGrouping<TK>| parameter | description |
|---|---|
| TK | Groups key type |
| T | Item type |
| name | description |
|---|---|
| ObservableGrouping(…) | (2 constructors) |
| Key { get; } |
- interface IObservableGrouping<T>
- namespace Wokhan.Collections