예제 #1
0
 public void VisitForEach(CForEach _foreach)
 {
     InstrumentNode(_foreach);
     visitor.VisitForEach(_foreach);
 }