Produces a delegate that represents the lambda expression.
A Delegate that contains the compiled version of the lambda expression.
The LambdaExpression.Compile method can be used to convert a System.Linq.Expressions.LambdaExpression expression tree into the delegate that it represents.