Dubacik22.ObservableDictionary 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Dubacik22.ObservableDictionary --version 1.0.0
NuGet\Install-Package Dubacik22.ObservableDictionary -Version 1.0.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="Dubacik22.ObservableDictionary" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Dubacik22.ObservableDictionary --version 1.0.0
#r "nuget: Dubacik22.ObservableDictionary, 1.0.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 Dubacik22.ObservableDictionary as a Cake Addin
#addin nuget:?package=Dubacik22.ObservableDictionary&version=1.0.0

// Install Dubacik22.ObservableDictionary as a Cake Tool
#tool nuget:?package=Dubacik22.ObservableDictionary&version=1.0.0

Library similar to Observablecollection, but it contains KeyValues and it can search by Key. Key is strictly string because of searching. The dictionary is intended to have large amount of items. Library have this dictionaries: ObservableStringDictionary ObservableStringHashTable ObservableStringSortedDictionary MoreObservableStringDictionary

Each class have common functionality, but is slightly different in internal functionality and speed. So far the MoreObservableStringDictionary is quickest when you have large amount of data. Each class implements IObservableMap<TValue>, INotifyDictionaryChanged, INotifyPropertyChanged.

IObservableMap: defines basic functionality of ObservableDictionary like Add, Remove, ContainsKey and this[strig key] INotifyDictionaryChanged: is similar to INotifyCollectionChanged, but it have event NotifyDictionaryChangedEventHandler DictionaryChanged INotifyPropertyChanged: dont need to describe

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Dubacik22.ObservableDictionary:

Package Downloads
Dubacik22.EnginKalkulatorowy

Library that takes care of the continuity when calling methods that depend on the properties that changes in runtime

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.3 473 6/19/2023
1.0.2 1,276 2/4/2022
1.0.0 555 9/30/2021

1.0.0