Example #1
0
 public override TRes Accept <TRes, TArg>(IExprVisitor <TRes, TArg> visitor, TArg arg)
 => visitor.VisitExprBooleanLt(this, arg);