BinaryExpression.Accept Method
Silverlight
Dispatches to the specific visit method for this node type. For example, MethodCallExpression calls the VisitMethodCall.
Namespace: System.Linq.Expressions
Assembly: System.Core (in System.Core.dll)
Parameters
- visitor
- Type: System.Linq.Expressions.ExpressionVisitor
The visitor to visit this node with.
This default implementation for Extension nodes calls VisitExtension. Override this method to call into a more specific method on a derived visitor class of the ExpressionVisitor class. However, it should still support unknown visitors by calling VisitExtension.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.