The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Expression<TDelegate>::Compile Method
.NET Framework (current version)
Namespace:
System.Linq.Expressions
Assembly: System.Core (in System.Core.dll)
Return to top
Assembly: System.Core (in System.Core.dll)
| 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. |
Show:
