ExpressionVisitor.Visit Method (ReadOnlyCollection(Of Expression))
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Dispatches the list of expressions to one of the more specialized visit methods in this class.
Assembly: System.Core (in System.Core.dll)
'Declaration Public Function Visit ( _ nodes As ReadOnlyCollection(Of Expression) _ ) As ReadOnlyCollection(Of Expression)
Parameters
- nodes
- Type: System.Collections.ObjectModel.ReadOnlyCollection(Of Expression)
The expressions to visit.
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection(Of Expression)The modified expression list, if any one of the elements were modified; otherwise, returns the original expression list.
Show: