
The SortedList> class represents a collection of key/value pairs that are sorted by key. The hierarchy of SortedList is System.Collections.Generic.SortedList>, where Tkey is the type of keys in the collection and Tvalue is the type of values in the collection. In this article I explain how to create the SortedList and the various mathods and properties of SortedList.