Expression.VisitChildren Method
Silverlight
Reduces the node and then calls the visitor delegate on the reduced expression. The method throws an exception if the node is not reducible.
Namespace: System.Linq.Expressions
Assembly: System.Core (in System.Core.dll)
Parameters
- visitor
- Type: System.Linq.Expressions.ExpressionVisitor
An instance of Func<T, TResult>.
Return Value
Type: System.Linq.Expressions.ExpressionThe expression being visited, or an expression which should replace it in the tree.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.