ToolBX.Collections.Common
4.0.0
dotnet add package ToolBX.Collections.Common --version 4.0.0
NuGet\Install-Package ToolBX.Collections.Common -Version 4.0.0
<PackageReference Include="ToolBX.Collections.Common" Version="4.0.0" />
<PackageVersion Include="ToolBX.Collections.Common" Version="4.0.0" />
<PackageReference Include="ToolBX.Collections.Common" />
paket add ToolBX.Collections.Common --version 4.0.0
#r "nuget: ToolBX.Collections.Common, 4.0.0"
#:package ToolBX.Collections.Common@4.0.0
#addin nuget:?package=ToolBX.Collections.Common&version=4.0.0
#tool nuget:?package=ToolBX.Collections.Common&version=4.0.0
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 | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- ToolBX.OPEX (>= 4.0.0)
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 |
|---|---|---|
| 4.0.0 | 193 | 7/20/2026 |
| 4.0.0-beta.1 | 123 | 6/14/2026 |
| 3.0.0 | 888 | 9/27/2024 |
| 3.0.0-beta1 | 285 | 9/23/2024 |
| 2.2.0 | 704 | 1/13/2024 |
| 2.2.0-beta2 | 420 | 1/7/2024 |
| 2.2.0-beta1 | 345 | 1/4/2024 |
| 2.0.0 | 1,639 | 11/11/2022 |
| 2.0.0-beta1 | 592 | 9/22/2022 |
| 1.0.0 | 3,549 | 3/1/2022 |