Click or drag to resize

ExpressionCompilerClosureInfo Constructor

Populates info directly with provided closure object and constants. If provided, the constUsage is the const variable indexes, should be the size of constValues

Namespace:  SphinxConnector.FluentApi.Helpers
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.2.0
Syntax
public ClosureInfo(
	ExpressionCompilerClosureStatus status,
	Object[] constValues = null,
	short[] constUsage = null
)

Parameters

status
Type: SphinxConnector.FluentApi.HelpersExpressionCompilerClosureStatus

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

constValues (Optional)
Type: SystemObject

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

constUsage (Optional)
Type: SystemInt16

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

See Also