Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of ReviewHeuristicLab3.3.0CodeCommon


Ignore:
Timestamp:
03/05/10 03:51:54 (15 years ago)
Author:
swagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0CodeCommon

    v1 v1  
     1= [wiki:ReviewHeuristicLab3.3.0Code HeuristicLab 3.3.0 Code Review] - !HeuristicLab.Common-3.2 =
     2
     3== Reviewer: swinkler ==
     4
     5 * I cannot find usages of `CancelEventArgs<T, U>`; is this class obsolete?
     6   * swagner: This is a general purpose class similar to `EventArgs<T>` and `EventArgs<T, U>`. Even though it is not used at the moment, it is provided in `HeuristicLab.Common` for the case that anybody needs it.