|
Hi, For this simple class: public interface ITestInterface { event EventHandler Changed; } Reflector 7 decompiler shows: public interface ITestInterface { // Events abstract event EventHandler Changed; } "abstract" is added and can't be compiled. Regards
(comments are locked)
|
|
This is logged as RP-1308 and has now been fixed.
(comments are locked)
|


Asked on behalf of wickyhu