Extended version of System.Collections.ObjectModel.ObservableCollection. This class allows you to: 1) Use AddRange, invoking the CollectionChanged event only once 2) Use RemoveRange, invoking the CollectionChanged event only once 3) Monitor properties of the items in the collection 4) Add/Remove/Replace items from another thread 5) Support for WPF
$ dotnet add package MintPlayer.ObservableCollectionNo README available.