Skip to content

Extend ObservableCollection with AddRange and RefreshItems methods #249

@hardcoder

Description

@hardcoder

Is your feature request related to a problem? Please describe.

  1. ObservableCollection does not contain AddRange method, but has Add method.
  2. It also does not raise an event on item change, just only on item addition/removal.

Describe the solution you'd like

  1. Add extension method AddRange
  2. Add extension method RefreshItems

Describe alternatives you've considered

Additional context

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions