예제 #1
0
 public void Visit(DistinctStage distinctStage)
 {
     builder.Add(new ExecuteDistinctStage(distinctStage.CurrentType));
 }
예제 #2
0
 public void Visit(DistinctStage distinctStage)
 {
     //NOP
 }