Click or drag to resize

ExpressionCompilerClosureInfoPushBlockWithVars Method (IReadOnlyListParameterExpression, Int32)

[Missing <summary> documentation for "M:SphinxConnector.FluentApi.Helpers.ExpressionCompiler.ClosureInfo.PushBlockWithVars(System.Collections.Generic.IReadOnlyList{System.Linq.Expressions.ParameterExpression},System.Int32[])"]

Namespace:  SphinxConnector.FluentApi.Helpers
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.2.0
Syntax
public void PushBlockWithVars(
	IReadOnlyList<ParameterExpression> blockVarExprs,
	int[] localVarIndexes = null
)

Parameters

blockVarExprs
Type: System.Collections.GenericIReadOnlyListParameterExpression

[Missing <param name="blockVarExprs"/> documentation for "M:SphinxConnector.FluentApi.Helpers.ExpressionCompiler.ClosureInfo.PushBlockWithVars(System.Collections.Generic.IReadOnlyList{System.Linq.Expressions.ParameterExpression},System.Int32[])"]

localVarIndexes (Optional)
Type: SystemInt32

[Missing <param name="localVarIndexes"/> documentation for "M:SphinxConnector.FluentApi.Helpers.ExpressionCompiler.ClosureInfo.PushBlockWithVars(System.Collections.Generic.IReadOnlyList{System.Linq.Expressions.ParameterExpression},System.Int32[])"]

See Also