Example #1
0
 protected override T ApplyImpl <T>(IExprVisitor <T> visitor)
 {
     return(visitor.VisitAlternative(this));
 }