ObservableComputations icon indicating copy to clipboard operation
ObservableComputations copied to clipboard

Add support for ReadOnlyObservableCollection

Open ADIX7 opened this issue 10 months ago • 0 comments

The extension methods doesn't have an overload with ReadOnlyObservableCollection. As ReadOnlyObservableCollection does not inherit from ObservableCollection we have to specify type parameters (or create our own extension methods for ReadOnlyObservableCollection).

ADIX7 avatar Aug 10 '23 15:08 ADIX7