Expression<TDelegate>.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 TDelegate
public TDelegate Compile(
    DebugInfoGenerator debugInfoGenerator
)

Parameters

Return Value

Type: TDelegate
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.