Class ExpressionExtensions

Contains some System.Linq.Expressions.Expression related helper methods.

Inheritance
System.Object
ExpressionExtensions
Namespace: Solti.Utils.Primitives
Assembly: Solti.Utils.Primitives.dll
Syntax
public static class ExpressionExtensions : Object

Methods

GetDebugView(Expression)

Gets the debug view of the given expression.

Declaration
public static string GetDebugView(this Expression expression)
Parameters
Type Name Description
System.Linq.Expressions.Expression expression
Returns
Type Description
System.String
In This Article
Back to top Generated by DocFX