Windows apps
Collapse the table of content
Expand the table of content
Information
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 (DebugInfoGenerator^)

 

Produces a delegate that represents the lambda expression.

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

public:
TDelegate Compile(
	DebugInfoGenerator^ debugInfoGenerator
)

Parameters

debugInfoGenerator
Type: System.Runtime.CompilerServices::DebugInfoGenerator^

Debugging information generator used by the compiler to mark sequence points and annotate local variables.

Return Value

Type: TDelegate

A delegate containing the compiled version of the lambda.

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