Click here to Skip to main content
15,881,559 members

Comments by Peter Huber SG (Top 1 by date)

Peter Huber SG 14-Jul-15 5:00am View    
Reason for my vote of 4 \n The idea to write this HowTo is good, but nowadays one would no longer use "delegate" but a lambda expression like this:

lst.Sort((x, y) => x.Total.CompareTo(y.Total));