L
Lieven De Foor
Guest
The Dispose(disposing) method is supposed to be overridable (non final), yet I get a compiler error when trying to override it in a derived Form or UserControl. Overriding in c# works as expected. What's going on here? METHOD PROTECTED OVERRIDE VOID Dispose(disposing AS LOGICAL): SUPER
ispose(disposing). END METHOD. -> Method 'Dispose' in class hierachy is FINAL. Cannot be overridden. (12999). This is incorrect, the method is not final.
Continue reading...
Continue reading...