.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 | |
|---|---|---|
|
Compile() | Compiles the lambda expression described by the expression tree into executable code and produces a delegate that represents the lambda expression. |
|
Compile(DebugInfoGenerator) | Produces a delegate that represents the lambda expression. |
See Also