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

ObservableList lacks RemoveRange(IEnumerable<T>), can be implemented? #92

Open
sn4k3 opened this issue Jan 10, 2025 · 0 comments
Open

Comments

@sn4k3
Copy link

sn4k3 commented Jan 10, 2025

I know normal List also lacks this overload, but it's very convenient to have when dealing with UI, for example to remove a bunch of selected items from a grid without must foreach and call single Remove(item) which is also less performant.
HashSet does have it, it's a shame List don't.

You think this can go in the library?
Also, would be nice to have the ***Range(IEnumerable items) overloads, since many collections from UI are returned that way. So, it can redirect to ***Range(items.Cast<T>())

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