LambdaExpression.CompileToMethod Method (MethodBuilder)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Compiles the lambda into a method definition.
Namespace:  System.Linq.Expressions
Assembly:  System.Core (in System.Core.dll)
Syntax
'Declaration
Public Sub CompileToMethod ( _
    method As MethodBuilder _
)
public void CompileToMethod(
    MethodBuilder method
)
Parameters
- method
 Type: System.Reflection.Emit.MethodBuilder
 A MethodBuilder which will be used to hold the lambda's IL.
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
See Also