示例#1
0
 protected override T ApplyImpl <T>(IExprVisitor <T> visitor)
 {
     return(visitor.VisitApply(this));
 }