Dubacik22.ObservableDictionary
1.0.0
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
<PackageReference Include="Dubacik22.ObservableDictionary" Version="1.0.0" />
paket add Dubacik22.ObservableDictionary --version 1.0.0
#r "nuget: Dubacik22.ObservableDictionary, 1.0.0"
// 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
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (2)
Showing the top 2 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 |
|
EK
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.
1.0.0