The xunit tag has no wiki summary.
0
votes
0answers
66 views
Mapping ReadOnlyObservableCollection to another collection
I'm writing a WPF application and I have several ReadOnlyObservableCollection fields in my models.
Suppose that I wanted to create a FooViewModel instance for each FooModel instance.
FooModel has an ...