Collapse All
Protected Constructors
| Name | Description | |
|---|---|---|
![]() |
SerializableExpressionVisitor | Initializes this class. |
Public Methods
(see also: Protected Methods)
| Name | Description | |
|---|---|---|
![]() |
Visit | Overloaded. Visits the SerializableExpression tree to convert and returns the converted System.Linq.Expressions.Expression. |
![]() |
VisitCollection<T> | Returns an System.Collections.Generic.IEnumerable`1. Each element in enumerable will be visited by calling Visit<T>. |
![]() |
VisitResult | Returns the value of the System.Linq.Expressions.Expression. |
Protected Methods
Public Properties
| Name | Description | |
|---|---|---|
![]() |
ExpressionToConvert | Gets the ExpressionToConvert. |