This release provides support for combining delegates, using the METHOD keyword to specify method groups, and implicit conversion from a method group or an anonymous method to the suitable delegate type.
$set ilusing"System" class-id MyNamespace.EventHandler. 01 o type EventHandler. end class.
In this release, 01 o type EventHandler. resolves to MyNamespace.EventHandler and not to System.EventHandler.