JA
Information
Username: | Jaxx |
Member since: | 20 Oct 2013 |
Last login: | 20 Oct 2013 |
Status: | Active |
Activity
Where | Created | Comments |
---|---|---|
Algorithms | 0 | 1 |
Forum Topics | 0 | 0 |
Jobs | 0 | 0 |
Username: | Jaxx |
Member since: | 20 Oct 2013 |
Last login: | 20 Oct 2013 |
Status: | Active |
Where | Created | Comments |
---|---|---|
Algorithms | 0 | 1 |
Forum Topics | 0 | 0 |
Jobs | 0 | 0 |
JH,
Make sure you have the following directive at the top of your code somewhere:
using System.Linq;
Without it, you cannot use lambdas in your code, which would explain why your code is not working with lambdas used, and working when they're not used.