advanced code snippet search
hoffstein on 10/23/08
Linq
10/23/08 02:43pm
2 people have marked this snippet as a favorite
hoffsteinumang_nine
MyList.Where(x => x.Product == "Apple").Sum(x => x.TotalSales)
Report this snippet Tweet
Comment:
You need to login to post a comment.