bramborman / NotifyPropertyChangedBase

A simple to use yet powerful implementation of INotifyPropertyChanged.
https://www.nuget.org/packages/NotifyPropertyChangedBase/
MIT License
10 stars 1 forks source link

Make dictionaries immutable #64

Open bramborman opened 4 years ago

bramborman commented 4 years ago

Registering properties after ctor is finished doesn't probably have any sense so for performance reasons, the dictionaries should be made immutable - key collection not changing, value collection changeable.