The tag has no wiki summary.

learn more… | top users | synonyms

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 ...