C# SortedList Collection - C# Tutorial: Dot Net Perls
This C# tutorial uses the SortedList collection. It provides example code. ... SortedList stores elements in an ordered way. It can be quickly searched with binary search. It has worse lookup performance than Dictionary collections....