Name | Description | |
---|---|---|
![]() |
SerializableExpressionVisitor | Initializes this class. |
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. |
Name | Description | |
---|---|---|
![]() |
ExpressionToConvert | Gets the ExpressionToConvert. |