icsharpcode / NRefactory

NRefactory - Refactoring Your C# Code
684 stars 261 forks source link

The Online Converter untranslates event handler assignments. #513

Open beppe9000 opened 8 years ago

beppe9000 commented 8 years ago

When converting C# to Vb.Net using the Online Converter i found two issues, this is the first and #514 is the second.

MyClass.HappyEvent += Happy_EventHandler; translates to MyClass.HappyEvent += Happy_EventHandler instead of AddHandler MyClass.HappyEvent, AddressOf Happy_EventHandler