Visit Method (ReadOnlyCollection(Expression))
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Linq.Expressions
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.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft