A small extension to ObservableCollection that allows for multiple items to be added, removed or replaced in a single operation.
Info
Version: | 1.0.1 |
Author(s): | Matthew Leibowitz |
Last Update: | Saturday, October 21, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/mattleibow/RangedObservableCollection |
NuGet Url: | https://www.nuget.org/packages/RangedObservableCollection |
Install
Install-Package RangedObservableCollection
dotnet add package RangedObservableCollection
paket add RangedObservableCollection
RangedObservableCollection Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
Tags