Introduction In my last post, Expression Trees, Take Two – Introducing System.Linq.Expressions v4.0 , I showed how to the extensions to the LINQ expression trees API opens up for full-blown statement trees including support for assignment, control flow, etc. One popular question that came up in the comments...