microsoft / xlang

MIT License
877 stars 103 forks source link

IObservableVectorView<T> #789

Closed JaiganeshKumaran closed 1 year ago

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

github-actions[bot] commented 1 year ago

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.