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