ToolBX.Collections.Common
3.0.0
dotnet add package ToolBX.Collections.Common --version 3.0.0
NuGet\Install-Package ToolBX.Collections.Common -Version 3.0.0
<PackageReference Include="ToolBX.Collections.Common" Version="3.0.0" />
<PackageVersion Include="ToolBX.Collections.Common" Version="3.0.0" />
<PackageReference Include="ToolBX.Collections.Common" />
paket add ToolBX.Collections.Common --version 3.0.0
#r "nuget: ToolBX.Collections.Common, 3.0.0"
#:package ToolBX.Collections.Common@3.0.0
#addin nuget:?package=ToolBX.Collections.Common&version=3.0.0
#tool nuget:?package=ToolBX.Collections.Common&version=3.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 | net8.0 is compatible. 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. net10.0 was computed. 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. |
-
net8.0
- ToolBX.OPEX (>= 3.0.1)
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 | 759 | 9/27/2024 |
| 3.0.0-beta1 | 270 | 9/23/2024 |
| 2.2.0 | 682 | 1/13/2024 |
| 2.2.0-beta2 | 382 | 1/7/2024 |
| 2.2.0-beta1 | 327 | 1/4/2024 |
| 2.0.0 | 1,603 | 11/11/2022 |
| 2.0.0-beta1 | 576 | 9/22/2022 |
| 1.0.0 | 3,531 | 3/1/2022 |