[Mono-bugs] [Bug 40166][Nor] Changed - Array derived classes need a .ctor (Int32)

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Thu, 27 Mar 2003 01:51:02 -0500 (EST)


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 miguel@ximian.com.

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

--- shadow/40166	Sun Mar 23 10:13:51 2003
+++ shadow/40166.tmp.21211	Thu Mar 27 01:51:02 2003
@@ -1,16 +1,16 @@
 Bug#: 40166
-Product: Mono/MCS
+Product: Mono/Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
-Priority: Wishlist
-Component: Misc
+Severity: Unknown
+Priority: Normal
+Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gonzalo@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
@@ -29,6 +29,9 @@
         BindingFlags.Public | BindingFlags.Static |
         BindingFlags.NonPublic | BindingFlags.Instance
          );
 
 Console.WriteLine( "Type {0} has {1} constructors and its base class is 
 {2}", arrayTypeName, infos.Length, arraytype.BaseType.ToString() );
+
+------- Additional Comments From miguel@ximian.com  2003-03-27 01:50 -------
+This seems to be a runtime/class libraries bug.