You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 17, 2021. It is now read-only.
A new class named ObservableSortedDictionary<TKey, TValue> should be implemented.
The class should mimic the behaviour of SortedDictionary<TKey, TValue>, but also advertise all its changes.
Unlike ObservableDictionary<TKey, TValue>, this class should point out indexes as well when the INotifyCollectionChanged interface implementation is used.