MintPlayer.ObservableCollection
1.2.2
Extended version of System.Collections.ObjectModel.ObservableCollection. This class allows you to:
1) Use AddRange, invoking the CollectionChanged event only once
2) Use RemoveRange, invoking the CollectionChanged event only once
3) Monitor properties of the items in the collection
4) Add/Remove/Replace items from another thread
5) Support for WPF
Install-Package MintPlayer.ObservableCollection -Version 1.2.2
dotnet add package MintPlayer.ObservableCollection --version 1.2.2
<PackageReference Include="MintPlayer.ObservableCollection" Version="1.2.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MintPlayer.ObservableCollection --version 1.2.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MintPlayer.ObservableCollection, 1.2.2"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
-
.NETCoreApp 3.1
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on MintPlayer.ObservableCollection:
Package | Downloads |
---|---|
KarnaughMap
This package contains a .NET Core Windows Forms control that renders a Karnaugh-map which is fully interactive.
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.2.2 | 124 | 11/7/2020 |
1.2.1 | 127 | 9/17/2020 |
1.2.0 | 176 | 7/7/2020 |
1.2.0-preview3 | 101 | 7/7/2020 |
1.2.0-preview2 | 106 | 7/7/2020 |
1.2.0-preview1 | 104 | 7/7/2020 |
1.1.1 | 121 | 7/7/2020 |
1.1.0 | 110 | 7/7/2020 |
1.0.7 | 90 | 7/7/2020 |
1.0.6 | 186 | 6/28/2020 |
1.0.5 | 191 | 6/27/2020 |
1.0.4 | 230 | 6/27/2020 |
1.0.3 | 132 | 6/8/2020 |
1.0.2 | 111 | 6/5/2020 |
1.0.1 | 117 | 6/5/2020 |
1.0.0 | 221 | 10/18/2019 |