Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make ObservableList<T> implement System.Collections.IList #88

Open
json2d opened this issue Dec 6, 2024 · 0 comments
Open

make ObservableList<T> implement System.Collections.IList #88

json2d opened this issue Dec 6, 2024 · 0 comments

Comments

@json2d
Copy link

json2d commented Dec 6, 2024

this would let ObservableList<T> be a bit more compatible in cases where System.Collections.IList type is specifically and opinionatedly expected, eg. as a parameter type for some method from an external API

such was the case w/ its predecessor ReactiveCollection<T> in UniRx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant