Click or drag to resize

ToExpressionPrinterToExpressionString Method

Overload List
  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