[Mono-bugs] [Bug 63841][Nor] Changed - [PATCH] Type.GetElementType doesn't return null when expected

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 17 Sep 2004 21:26:07 -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 grompf@sublimeintervention.com.

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

--- shadow/63841	2004-08-24 11:48:11.000000000 -0400
+++ shadow/63841.tmp.9921	2004-09-17 21:26:07.000000000 -0400
@@ -2,22 +2,21 @@
 Product: Mono: Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: priewasser@gmx.at               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
-Summary: Type.GetElementType doesn't return null when expected
+Summary: [PATCH] Type.GetElementType doesn't return null when expected
 
 Description of Problem:
 Type.GetElementType() returns not null if the current Type is not an array 
 or a pointer, or is not passed by reference, but the Type self.
 
 Steps to reproduce the problem: