 |
Expression Trees (C# and Visual Basic)
When a lambda expression is assigned to a variable of type Expression < TDelegate >, the compiler emits code to build an expression tree that represents the lambda expression. The C# and Visual Basic compilers can generate expression trees only from ...
msdn.microsoft.com |
 |