Closed xperiandri closed 3 months ago
I think ILookup is readonly so no observable.
Even though it is read-only our lookup class can be mutable. The main point is that it has to work like an ObservableDictionary
storing ObservableCollections
as values
Value changes not be monitoring other types either.
I have not gotten your point
Can we port that to you?
What do you think?
From what I see, you are still adding a mutable type called IMutableLookup, right?
In my sample, I do. However, it is not mandatory
Any thoughts?
not positive.
I need an
ObservableLookup
which implementsILookup<TKey, TValue>
interface? Can I contribute it or will you implement it?