System.Linq.Expressions.LambdaExpression: Method Members

The methods of System.Linq.Expressions.LambdaExpression are listed below. For a list of all members, see the LambdaExpression Members list.

See Also: Inherited members from System.Linq.Expressions.Expression

Public Methods

Compile() : Delegate

Produces a delegate that represents the lambda expression.

Compile(System.Runtime.CompilerServices.DebugInfoGenerator) : Delegate

Produces a delegate that represents the lambda expression.

CompileToMethod(System.Reflection.Emit.MethodBuilder)

Compiles the lambda into a method definition.

CompileToMethod(System.Reflection.Emit.MethodBuilder, System.Runtime.CompilerServices.DebugInfoGenerator)

Compiles the lambda into a method definition and custom debug information.