Top "Sortedlist" questions

SortedList Represents a collection of key/value pairs that are sorted by the keys and are accessible by key and by index.

Re-ordering collection C#

I have a problem which I cant seem to find answer to through searches (either that or I am searching …

c# .net collections sortedlist
How to make a sortedlist sort reversely? Do I have to customize a IComparer?

In a sortedlist queue, queue.value[0] gives the corresponding value of a min key. what if i would like to …

c# sortedlist
C# Linq SortedList Filtering into SortedList

I have got some code in which I am doing some weirdness to get information out of a SortedList and …

c# linq filter sortedlist