ToolBX.Collections.Common
2.2.0-beta2
See the version list below for details.
dotnet add package ToolBX.Collections.Common --version 2.2.0-beta2
NuGet\Install-Package ToolBX.Collections.Common -Version 2.2.0-beta2
<PackageReference Include="ToolBX.Collections.Common" Version="2.2.0-beta2" />
paket add ToolBX.Collections.Common --version 2.2.0-beta2
#r "nuget: ToolBX.Collections.Common, 2.2.0-beta2"
// Install ToolBX.Collections.Common as a Cake Addin #addin nuget:?package=ToolBX.Collections.Common&version=2.2.0-beta2&prerelease // Install ToolBX.Collections.Common as a Cake Tool #tool nuget:?package=ToolBX.Collections.Common&version=2.2.0-beta2&prerelease
ToolBX.Collections.Common
Common types for the ToolBX.Collections namespaces. This package should not be referenced by your project directly.
IObservableCollection
Interface that exposes a CollectionChanged
event.
var collection = new ObservableList<string>();
collections.CollectionChanged += OnChange;
The CollectionChangeEventArgs<T>
have two properties : OldValues
and NewValues
.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net7.0
- ToolBX.OPEX (>= 2.2.0-beta3)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on ToolBX.Collections.Common:
Package | Downloads |
---|---|
ToolBX.Collections.ObservableList
A modern re-implementation of a dynamic one-dimensional array. |
|
ToolBX.Collections.Inventory
A collection of stackable items. |
|
ToolBX.Collections.ObservableDictionary
A dictionary that triggers an event when its content is changed. |
|
ToolBX.Collections.ObservableStack
A stack that triggers an event when its content is changed. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.0 | 396 | 9/27/2024 |
3.0.0-beta1 | 142 | 9/23/2024 |
2.2.0 | 484 | 1/13/2024 |
2.2.0-beta2 | 251 | 1/7/2024 |
2.2.0-beta1 | 226 | 1/4/2024 |
2.0.0 | 1,248 | 11/11/2022 |
2.0.0-beta1 | 381 | 9/22/2022 |
1.0.0 | 3,128 | 3/1/2022 |