Ecng system framework
License
View license
Deps
2
Install Size
—
Vulns
✓ 0
Published
Mar 3, 2026
$ dotnet add package Ecng.Collections
Extra collection types and algorithms.
var dict = new SynchronizedDictionary<int,string>(); dict[1] = "A";