System.Linq.Expressions.LambdaExpression.Compile Method

Produces a delegate that represents the lambda expression.

Syntax

public Delegate Compile (System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator)

Parameters

debugInfoGenerator
Debugging information generator used by the compiler to mark sequence points and annotate local variables.

Returns

A delegate containing the compiled version of the lambda.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Linq.Expressions
Assembly: System.Core (in System.Core.dll)
Assembly Versions: 4.0.0.0