0
kicks
Programming in C#: Understanding the SortedDictionary Class
This article illustrates a powerful collection in C#, the SortedDictionary. In the article we will discuss two ways to sort key-value pairs: using an IComparer object and using IComparable keys.