LambdaExpression.Compile Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Produces a delegate that represents the lambda expression.
Assembly: System.Core (in System.Core.dll)
Return Value
Type: System.DelegateA Delegate that contains the compiled version of the lambda expression.
The Compile method can be used to convert a LambdaExpression expression tree into the delegate that it represents.
Version Notes
Windows Phone
LambdaExpression.Compile is not supported in Windows Phone SDK.
Show: