Hi there,
Say I have a dictionary of the type...
Dictionary<Colo r, 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.
--
Eps
Say I have a dictionary of the type...
Dictionary<Colo r, 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.
--
Eps
Comment