Info
Version: | 1.0.3 |
Author(s): | Wulveagfin, LLC |
Last Update: | Thursday, October 24, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/wulveagfin/Wulveagfin.NKeys |
NuGet Url: | https://www.nuget.org/packages/Wulveagfin.NKeyHash |
Install
Install-Package Wulveagfin.NKeyHash
dotnet add package Wulveagfin.NKeyHash
paket add Wulveagfin.NKeyHash
Wulveagfin.NKeyHash Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
It can use System.Collections.HashTable, System.Collections.Generic.Dictionary, System.Collections.Generic.SortedDictionary, or System.Collections.Concurrent.ConcurrentDictionary for the underlying base hashable object. NKeyHash uses generics to create nested hashable objects.
NKeyValue is used to express internal objects within the NKeyHash universe.
It can also be used on its own as a generic based object representing multiple keys to one value.
Check the Project Site and look up the unit tests for examples.