Click or drag to resize

ExpressionCompilerArrayClosure Class

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

Inheritance Hierarchy

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

The ExpressionCompilerArrayClosure type exposes the following members.

Constructors
  NameDescription
Public methodExpressionCompilerArrayClosure
Initializes a new instance of the ExpressionCompilerArrayClosure class
Top
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 fieldConstantsAndNestedLambdas
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