186 Views
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.
0 comments
Join in on a hand-picked round up of the best .NET articles every day.
Curated by our Moderators and Voted up by our Community. Free.
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.