Click or drag to resize

ExpressionCompilerNestedLambdaInfo Class

Collects the lambda info for the compilation
Inheritance Hierarchy
SystemObject
  SphinxConnector.FluentApi.HelpersExpressionCompilerNestedLambdaInfo

Namespace:  SphinxConnector.FluentApi.Helpers
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.2.0
Syntax
public sealed class NestedLambdaInfo

The ExpressionCompilerNestedLambdaInfo type exposes the following members.

Constructors
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldClosureInfo
The lambda expression closure info
Public fieldLambda
Compiled lambda
Public fieldLambdaExpression
The lambda expression
Public fieldLambdaVarIndex
Index of the compiled lambda in the parent lambda closure array
Top
Extension Methods
  NameDescription
Public Extension MethodToCode
Prints a valid C# for known x, otherwise uses passed notRecognizedToCode or falls back to `ToString()`.
(Defined by CodePrinter.)
Top
See Also