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

Comments by tdmeers (Top 1 by date)

tdmeers 24-Oct-11 21:46pm View    
Deleted
The second point Riz makes is no biggie. You can still write it with your original statement using the syntax you are familiar with, just wrap like so: var bestStudents = (from s in students where s.Grade > 9 select s).ToList();