Expression(TDelegate).Compile Method (System.Linq.Expressions)

Switch View :
ScriptFree
.NET Framework Class Library
Expression<TDelegate>.Compile Method

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method Compile() Compiles the lambda expression described by the expression tree into executable code and produces a delegate that represents the lambda expression.
Public method Compile(DebugInfoGenerator) Produces a delegate that represents the lambda expression.
Top
See Also

Reference