Click or drag to resize

ExpressionCompilerClosureInfoPushBlockAndConstructLocalVars Method

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

Namespace:  SphinxConnector.FluentApi.Helpers
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.2.0
Syntax
public void PushBlockAndConstructLocalVars(
	IReadOnlyList<ParameterExpression> blockVarExprs,
	ILGenerator il
)

Parameters

blockVarExprs
Type: System.Collections.GenericIReadOnlyListParameterExpression

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

il
Type: System.Reflection.EmitILGenerator

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

See Also