public virtual bool VisitSEHTryStmt(SEHTryStmt stmt) { if (!VisitStmt(stmt)) { return(false); } return(true); }
public bool VisitSEHTryStmt(SEHTryStmt stmt) { throw new NotImplementedException(); }