Show
Ignore:
Timestamp:
07/31/08 21:19:39 (5 months ago)
Author:
Chuck.Esterbrook
Message:

Added support for omitting "this" and/or EventArgs?() in a "raise" statement.
Also, added warning that "this" is unnecessary and can be removed.
Also, added more error checking.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cobra/trunk/Developer/IntermediateReleaseNotes.text

    r1564 r1566  
    33* Added a new built-in doc tool accessible via "cobra -doc ...". The documentation is generated to local HTML files using your declarations, doc strings, contracts, etc. 
    44 
    5 * Added support for declaring and raising events. 
     5* Added support for declaring and raising events. When raising events, passing "this" is implied (e.g., not required) since that is the normal behavior for events. Also, if the events argument has a default constructor, it too can be omitted. 
    66 
    77* Add support for specifying unsigned integers as Hex literals