ExpressionVisitor.Visit Method
.NET Framework 4.5
Dispatches the expression or the list of expressions to one of the more specialized visit methods in this class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Visit(Expression) | Dispatches the expression to one of the more specialized visit methods in this class. |
|
Visit(ReadOnlyCollection<Expression>) | Dispatches the list of expressions to one of the more specialized visit methods in this class. |
|
Visit<T>(ReadOnlyCollection<T>, Func<T, T>) | Visits all nodes in the collection using a specified element visitor. |