Click or drag to resize

ExpressionCompilerNestedLambdaWithConstantsAndNestedLambdas Constructor

Namespace:  SphinxConnector.FluentApi.Helpers
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.2.0
Syntax
public NestedLambdaWithConstantsAndNestedLambdas(
	Object nestedLambda,
	Object constantsAndNestedLambdas
)

Parameters

nestedLambda
Type: SystemObject

[Missing <param name="nestedLambda"/> documentation for "M:SphinxConnector.FluentApi.Helpers.ExpressionCompiler.NestedLambdaWithConstantsAndNestedLambdas.#ctor(System.Object,System.Object)"]

constantsAndNestedLambdas
Type: SystemObject

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

See Also