Click or drag to resize

ExpressionCompilerCompileSysTDelegate Method (ExpressionTDelegate)

Unifies Compile for System.Linq.Expressions and FEC.LightExpression

Namespace:  SphinxConnector.FluentApi.Helpers
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.2.0
Syntax
public static TDelegate CompileSys<TDelegate>(
	this Expression<TDelegate> lambdaExpr
)
where TDelegate : Delegate

Parameters

lambdaExpr
Type: System.Linq.ExpressionsExpressionTDelegate

[Missing <param name="lambdaExpr"/> documentation for "M:SphinxConnector.FluentApi.Helpers.ExpressionCompiler.CompileSys``1(System.Linq.Expressions.Expression{``0})"]

Type Parameters

TDelegate

[Missing <typeparam name="TDelegate"/> documentation for "M:SphinxConnector.FluentApi.Helpers.ExpressionCompiler.CompileSys``1(System.Linq.Expressions.Expression{``0})"]

Return Value

Type: TDelegate

[Missing <returns> documentation for "M:SphinxConnector.FluentApi.Helpers.ExpressionCompiler.CompileSys``1(System.Linq.Expressions.Expression{``0})"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ExpressionTDelegate. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also