ILambdaExpressionCompiler..::..CompileToMethod Method

Compiles the lambda into a method definition.

Namespace:  Akka.Tools.MatchHandler
Assembly:  Akka (in Akka.dll)

Syntax


void CompileToMethod(
	LambdaExpression expression,
	MethodBuilder method
)
Sub CompileToMethod ( _
	expression As LambdaExpression, _
	method As MethodBuilder _
)
void CompileToMethod(
	LambdaExpression^ expression, 
	MethodBuilder^ method
)

Parameters

expression
Type: LambdaExpression
The expression to compile
method
Type: MethodBuilder
A MethodBuilder which will be used to hold the lambda's IL.