Click or drag to resize

ExpressionCompilerDebugArrayClosure Constructor

Namespace:  SphinxConnector.FluentApi.Helpers
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.2.0
Syntax
public DebugArrayClosure(
	Object[] constantsAndNestedLambdas,
	LambdaExpression expr
)

Parameters

constantsAndNestedLambdas
Type: SystemObject

[Missing <param name="constantsAndNestedLambdas"/> documentation for "M:SphinxConnector.FluentApi.Helpers.ExpressionCompiler.DebugArrayClosure.#ctor(System.Object[],System.Linq.Expressions.LambdaExpression)"]

expr
Type: System.Linq.ExpressionsLambdaExpression

[Missing <param name="expr"/> documentation for "M:SphinxConnector.FluentApi.Helpers.ExpressionCompiler.DebugArrayClosure.#ctor(System.Object[],System.Linq.Expressions.LambdaExpression)"]

See Also