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