SoftCircuits.OrderedDictionary 3.3.0 Jonathan Wood true License.txt https://aka.ms/deprecateLicenseUrl Logo_64x64.png README.md https://github.com/SoftCircuits/OrderedDictionary .NET library that implements an ordered dictionary. 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. Added direct support for .NET 9; Code clean up. Copyright © 2020-2024 SoftCircuits collections list ordered dictionary ordered-dictionary .net