Info
| Version: | 3.3.0 |
| Author(s): | Jonathan Wood |
| Last Update: | Tuesday, December 24, 2024 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/SoftCircuits/OrderedDictionary |
| NuGet Url: | https://www.nuget.org/packages/SoftCircuits.OrderedDictionary |
Install
Install-Package SoftCircuits.OrderedDictionary
dotnet add package SoftCircuits.OrderedDictionary
paket add SoftCircuits.OrderedDictionary
SoftCircuits.OrderedDictionary Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Provides all the functionality of Dictionary<TKey, TValue> but also maintains the items in an ordered list. Items can be added, removed and accessed by key or index.
Implements IDictionary.