Windows apps
Collapse the table of content
Expand the table of content
Information
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 (ReadOnlyCollection<Expression^>^)

 

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)

public:
ReadOnlyCollection<Expression^>^ Visit(
	ReadOnlyCollection<Expression^>^ nodes
)

Parameters

nodes
Type: System.Collections.ObjectModel::ReadOnlyCollection<Expression^>^

The expressions to visit.

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.

Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Return to top
Show:
© 2017 Microsoft