ExpressionVisitor.Visit Method (ReadOnlyCollection<Expression>)

Microsoft Silverlight will reach end of support after October 2021. Learn more.

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)

Syntax

'Declaration
Public Function Visit ( _
    nodes As ReadOnlyCollection(Of Expression) _
) As ReadOnlyCollection(Of Expression)
public ReadOnlyCollection<Expression> Visit(
    ReadOnlyCollection<Expression> nodes
)

Parameters

Return Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<Expression>
The modified expression list, if any one of the elements were modified; otherwise, returns the original expression list.

Version Information

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.