Tagged Questions

3
votes
4answers
206 views

In C#, are Lamba Expressions objects?

In C#, are lambda expressions objects? If so, what sort of object are they?
0
votes
2answers
114 views

How can I get this dynamic WHERE statement in my LINQ-to-XML to work?

In this question Jon Skeet offered a very interesting solution to making a LINQ-to-XML statement dynamic, but my knowledge of lambdas and delegates is not yet advanced enough to im …