ToolBX.Collections.Common 2.2.0

dotnet add package ToolBX.Collections.Common --version 2.2.0
NuGet\Install-Package ToolBX.Collections.Common -Version 2.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ToolBX.Collections.Common" Version="2.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ToolBX.Collections.Common --version 2.2.0
#r "nuget: ToolBX.Collections.Common, 2.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ToolBX.Collections.Common as a Cake Addin
#addin nuget:?package=ToolBX.Collections.Common&version=2.2.0

// Install ToolBX.Collections.Common as a Cake Tool
#tool nuget:?package=ToolBX.Collections.Common&version=2.2.0

ToolBX.Collections.Common

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
2.2.0 321 1/13/2024
2.2.0-beta2 147 1/7/2024
2.2.0-beta1 127 1/4/2024
2.0.0 1,101 11/11/2022
2.0.0-beta1 300 9/22/2022
1.0.0 2,945 3/1/2022