Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The C# compiler is looking at that code. It sees that the lambda is being passed into a function which accepts an Expression as a parameter, so it compiles the lambda as an expression tree rather than behaving like it's a normal delegate.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: