Find key with max value from SortedDictionary?

Viewed 12780

I have a SortedDictionary how do I find the key associated with the max value? Do I have to loop through every KeyValuePair?

5 Answers
Related