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 named
ConcurrentObservableSortedList<TKey, TValue>class must be created.It should mimic the functionality of the
SortedList<TKey, TValue>class, but must not inherit from it, or be in any way related to it.The class must also not introduce any new dependencies to the project.
This class must be thread-safe.