Click or drag to resize

ExpressionCompilerClosureInfo Structure

[Missing <summary> documentation for "T:SphinxConnector.FluentApi.Helpers.ExpressionCompiler.ClosureInfo"]

Namespace:  SphinxConnector.FluentApi.Helpers
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.2.0
Syntax
public struct ClosureInfo

The ExpressionCompilerClosureInfo type exposes the following members.

Constructors
  NameDescription
Public methodExpressionCompilerClosureInfo
Populates info directly with provided closure object and constants. If provided, the constUsage is the const variable indexes, should be the size of constValues
Top
Methods
Fields
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