Click or drag to resize

ExpressionCompilerClosureInfoGetDefinedLocalVarOrDefault Method

[Missing <summary> documentation for "M:SphinxConnector.FluentApi.Helpers.ExpressionCompiler.ClosureInfo.GetDefinedLocalVarOrDefault(System.Linq.Expressions.ParameterExpression)"]

Namespace:  SphinxConnector.FluentApi.Helpers
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.2.0
Syntax
public int GetDefinedLocalVarOrDefault(
	ParameterExpression varParamExpr
)

Parameters

varParamExpr
Type: System.Linq.ExpressionsParameterExpression

[Missing <param name="varParamExpr"/> documentation for "M:SphinxConnector.FluentApi.Helpers.ExpressionCompiler.ClosureInfo.GetDefinedLocalVarOrDefault(System.Linq.Expressions.ParameterExpression)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:SphinxConnector.FluentApi.Helpers.ExpressionCompiler.ClosureInfo.GetDefinedLocalVarOrDefault(System.Linq.Expressions.ParameterExpression)"]

See Also