![]() | ExpressionCompilerNestedLambdaInfo Class |
Namespace: SphinxConnector.FluentApi.Helpers
The ExpressionCompilerNestedLambdaInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | ExpressionCompilerNestedLambdaInfo | Constructor |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | ClosureInfo | The lambda expression closure info |
![]() | Lambda | Compiled lambda |
![]() | LambdaExpression | The lambda expression |
![]() | LambdaVarIndex | Index of the compiled lambda in the parent lambda closure array |
Name | Description | |
---|---|---|
![]() | ToCode |
Prints a valid C# for known x,
otherwise uses passed notRecognizedToCode or falls back to `ToString()`.
(Defined by CodePrinter.) |