[Mono-bugs] [Bug 56462][Wis] Changed - We allow inheriting from MulticastDelegate

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 5 Apr 2004 11:59:01 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by rafaelteixeirabr@hotmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=56462

--- shadow/56462	2004-04-04 13:16:44.000000000 -0400
+++ shadow/56462.tmp.3422	2004-04-05 11:59:01.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 56462
 Product: Mono: Compilers
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -24,6 +24,10 @@
 
 C:\Inetpub\ftproot>csc t.cs
 t.cs(1,7): error CS0644: 'A' cannot inherit from special class
         'System.MulticastDelegate'
 c:\TEMP\Microsoft.NET\Framework\v1.1.4322\mscorlib.dll: (Location of symbol
         related to previous error)
+
+------- Additional Comments From rafaelteixeirabr@hotmail.com  2004-04-05 11:59 -------
+Complementing: MulticastDelegate is a special (although abstract)
+class and only compilers and other tools can derive from it.