Click or drag to resize

ToExpressionPrinter Class

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

Inheritance Hierarchy
SystemObject
  SphinxConnector.FluentApi.HelpersToExpressionPrinter

Namespace:  SphinxConnector.FluentApi.Helpers
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.2.0
Syntax
public static class ToExpressionPrinter
Methods
  NameDescription
Public methodStatic memberToExpressionString(Expression, CodePrinterObjectToCode)
Prints the expression in its constructing syntax - helpful to get the expression from the debug session and put into it the code for the test.
Public methodStatic memberToExpressionString(Expression, ListParameterExpression, ListExpression, ListLabelTarget, Boolean, FuncType, String, String, Int32, CodePrinterObjectToCode)
Prints the expression in its constructing syntax - helpful to get the expression from the debug session and put into it the code for the test. In addition, returns the gathered expressions, parameters ad labels.
Top
See Also