LambdaExpression::CompileToMethod Method (MethodBuilder^)

 

Compiles the lambda into a method definition.

Namespace:   System.Linq.Expressions
Assembly:  System.Core (in System.Core.dll)

public:
void CompileToMethod(
	MethodBuilder^ method
)

Parameters

method
Type: System.Reflection.Emit::MethodBuilder^

A MethodBuilder which will be used to hold the lambda's IL.

.NET Framework
Available since 4.0
Silverlight
Available since 4.0
Return to top
Show: