0
kicks
SortedDictionary Functionality using C# and ASP.NET
SortedDictionary work in same way as Dictionary, Only difference is that it keeps the keys always sorted. So if an application has a sorted data requirement, it can be good option with less complexity.