The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ExpressionVisitor::Visit Method
.NET Framework (current version)
Dispatches the expression or the list of expressions to one of the more specialized visit methods in this class.
Assembly: System.Core (in System.Core.dll)
| 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. |
Show:

