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 ConcurrentObservableCollection<T> must be created.
The class will work as a thread-safe implementation of the ObservableCollection<T> class. It must not inherit from it, and must have no connection to the original class. It also should not introduce an extra dependency to the project.
A new class named
ConcurrentObservableCollection<T>must be created.The class will work as a thread-safe implementation of the
ObservableCollection<T>class. It must not inherit from it, and must have no connection to the original class. It also should not introduce an extra dependency to the project.