Example #1
0
 public static void Accept(OutBetween target, IBetweenVisitor visitor)
 {
     visitor.Visit(target);
 }