LambdaExpression.Compile Method (DebugInfoGenerator)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Produces a delegate that represents the lambda expression.
Namespace: System.Linq.Expressions
Assembly: System.Core (in System.Core.dll)
Syntax
'Declaration
Public Function Compile ( _
debugInfoGenerator As DebugInfoGenerator _
) As Delegate
public Delegate Compile(
DebugInfoGenerator debugInfoGenerator
)
Parameters
- debugInfoGenerator
Type: System.Runtime.CompilerServices.DebugInfoGenerator
Debugging information generator used by the compiler to mark sequence points and annotate local variables.
Return Value
Type: System.Delegate
A delegate containing the compiled version of the lambda.
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.