Link to home
Start Free TrialLog in
Avatar of Philippe Renaud
Philippe RenaudFlag for Canada

asked on

Help with Linq VB.NET

Hello EE,

I need to do a LINQ query in VB.NET from a Dictionary of String, integer

I want all the keys from the MIN of Value

so lets say Data is :


a, 4
b, 4
c, 2
d, 10
e, 5
f, 1
g, 1
h, 3
i, 1
j, 19


the result would be :  f, g, i

can yuo help ?
ASKER CERTIFIED SOLUTION
Avatar of Bill Prew
Bill Prew

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial