Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 829 Bytes

File metadata and controls

17 lines (13 loc) · 829 Bytes

Gstc.Collections.ObservableDictionary

Gstc.Collections.ObservableDictionary
Author - Greg Sonnenfeld, Copyright 2022
License: LGPL 3.0
Nuget: Coming soon

What is it?

This library implements an set of different ObservableDictionary<T>, which generates INotifyCollectionChanged and INotifyDictionaryChanged events. It is the companion to the Gstc.Collections.ObservableList library. Both are updates from the deprecated ExtendedObservableCollection, which was the basis for both of these libraries. The code has very strong unit testing and provides example usage.

The Dictionary is just about ready to go, more updates will be added soon.