Click or drag to resize

ExpressionCompilerClosureInfoAddLabel Method

[Missing <summary> documentation for "M:SphinxConnector.FluentApi.Helpers.ExpressionCompiler.ClosureInfo.AddLabel(System.Linq.Expressions.LabelTarget,System.Int16)"]

Namespace:  SphinxConnector.FluentApi.Helpers
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.2.0
Syntax
public void AddLabel(
	LabelTarget labelTarget,
	short inlinedLambdaInvokeIndex = -1
)

Parameters

labelTarget
Type: System.Linq.ExpressionsLabelTarget

[Missing <param name="labelTarget"/> documentation for "M:SphinxConnector.FluentApi.Helpers.ExpressionCompiler.ClosureInfo.AddLabel(System.Linq.Expressions.LabelTarget,System.Int16)"]

inlinedLambdaInvokeIndex (Optional)
Type: SystemInt16

[Missing <param name="inlinedLambdaInvokeIndex"/> documentation for "M:SphinxConnector.FluentApi.Helpers.ExpressionCompiler.ClosureInfo.AddLabel(System.Linq.Expressions.LabelTarget,System.Int16)"]

See Also