LambdaExpression::CompileToMethod Method (MethodBuilder^, DebugInfoGenerator^)
.NET Framework (current version)
Compiles the lambda into a method definition and custom debug information.
Assembly: System.Core (in System.Core.dll)
public: void CompileToMethod( MethodBuilder^ method, DebugInfoGenerator^ debugInfoGenerator )
Parameters
- method
-
Type:
System.Reflection.Emit::MethodBuilder^
A MethodBuilder which will be used to hold the lambda's IL.
- debugInfoGenerator
-
Type:
System.Runtime.CompilerServices::DebugInfoGenerator^
Debugging information generator used by the compiler to mark sequence points and annotate local variables.
.NET Framework
Available since 4.0
Silverlight
Available since 4.0
Available since 4.0
Silverlight
Available since 4.0
Show: