1 package
returned for Tags:"ordered-dictionary"
-
- 4,763 total downloads
- last updated 12/11/2022
- Latest version: 3.0.0
.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.