C# implementation of the multi-key map - a Dictionary with added querying by any combination of sub-keys.
Info
Version: | 4.3.1 |
Author(s): | David Tesler |
Last Update: | Sunday, June 4, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/protobufel/multikeymapcsharp |
NuGet Url: | https://www.nuget.org/packages/MultiKeyMap |
Install
Install-Package MultiKeyMap
dotnet add package MultiKeyMap
paket add MultiKeyMap
MultiKeyMap Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- System.ValueTuple(>= 4.3.1)
- System.Runtime.Serialization.Primitives(>= 4.3.0)
- System.ValueTuple(>= 4.3.1)
- System.Runtime.Serialization.Primitives(>= 4.3.0)
- System.Runtime.Serialization.Formatters(>= 4.3.0)
- NETStandard.Library(>= 1.6.1)
Tags