C# Class Tp.Core.Expressions.Visitors.ProtectFromDivideByZeroVisitor

Inheritance: System.Linq.Expressions.ExpressionVisitor
Mostra file Open project: TargetProcess/Target-Process-Plugins

Protected Methods

Method Description
VisitBinary ( BinaryExpression node ) : Expression

Method Details

VisitBinary() protected method

protected VisitBinary ( BinaryExpression node ) : Expression
node System.Linq.Expressions.BinaryExpression
return System.Linq.Expressions.Expression