E
Eps
Hi there,
Say I have a dictionary of the type...
Dictionary<Color, int>
how would I get the 5 key value pairs with the greatest value (the value
being the integer).
It should be simple but I have been struggling to do it in Linq, any
examples would be much appreciated.
Regards.
Say I have a dictionary of the type...
Dictionary<Color, int>
how would I get the 5 key value pairs with the greatest value (the value
being the integer).
It should be simple but I have been struggling to do it in Linq, any
examples would be much appreciated.
Regards.