コード例 #1
0
 public override AstNode Accept(AstNodeVisitor visitor)
 {
     return(visitor.VisitDateDiffExpression(this));
 }