Free cookie consent management tool by TermsFeed Policy Generator
wiki:ReviewHeuristicLab3.3.0CodeCommon

Version 1 (modified by swagner, 14 years ago) (diff)

--

HeuristicLab 3.3.0 Code Review - HeuristicLab.Common-3.2

Reviewer: swinkler

  • I cannot find usages of CancelEventArgs<T, U>; is this class obsolete?
    • 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.