Beispiel #1
0
 public void Accept(IGenericStatementVisitor visitor)
 {
     visitor.VisitEmptyStatement(this);
 }