Class ExpressionHelper
Provides a set of extension methods for expressions.
Inheritance
System.Object
ExpressionHelper
Namespace: Reaqtor
Assembly: Reaqtor.Shared.Core.dll
Syntax
public static class ExpressionHelper : Object
Methods
ToTraceString(Expression)
Returns a friendly string representation of the expression for use in tracing.
Declaration
public static string ToTraceString(this Expression expression)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Linq.Expressions.Expression | expression | Expression to provide a string representation for. |
Returns
| Type | Description |
|---|---|
| System.String | Friendly string representation of the expression for use in tracing. |