Closed JaiganeshKumaran closed 1 year ago
Currently, the Windows Runtime only has IObservableVector, making it impossible to expose an observable vector that can't be modified from the outside. Consider adding IObservableVectorView similar to .NET's ReadOnlyObservableCollection.
This issue is stale because it has been open 10 days with no activity. Remove stale label or comment or this will be closed in 5 days.
Currently, the Windows Runtime only has IObservableVector, making it impossible to expose an observable vector that can't be modified from the outside. Consider adding IObservableVectorView similar to .NET's ReadOnlyObservableCollection.