Click or drag to resize

ExpressionCompilerClosureInfoGetDefinedLabel Method

[Missing <summary> documentation for "M:SphinxConnector.FluentApi.Helpers.ExpressionCompiler.ClosureInfo.GetDefinedLabel(System.Int32,System.Reflection.Emit.ILGenerator)"]

Namespace:  SphinxConnector.FluentApi.Helpers
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.2.0
Syntax
public Label GetDefinedLabel(
	int index,
	ILGenerator il
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:SphinxConnector.FluentApi.Helpers.ExpressionCompiler.ClosureInfo.GetDefinedLabel(System.Int32,System.Reflection.Emit.ILGenerator)"]

il
Type: System.Reflection.EmitILGenerator

[Missing <param name="il"/> documentation for "M:SphinxConnector.FluentApi.Helpers.ExpressionCompiler.ClosureInfo.GetDefinedLabel(System.Int32,System.Reflection.Emit.ILGenerator)"]

Return Value

Type: Label

[Missing <returns> documentation for "M:SphinxConnector.FluentApi.Helpers.ExpressionCompiler.ClosureInfo.GetDefinedLabel(System.Int32,System.Reflection.Emit.ILGenerator)"]

See Also