[Mono-bugs] [Bug 38238][Nor] New - Attribute.GetCustomAttributes() doesn't find second attribute

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 18 Feb 2003 10:43:49 -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 ndrochak@gol.com.

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

--- shadow/38238	Tue Feb 18 10:43:49 2003
+++ shadow/38238.tmp.6066	Tue Feb 18 10:43:49 2003
@@ -0,0 +1,22 @@
+Bug#: 38238
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: ndrochak@gol.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Attribute.GetCustomAttributes() doesn't find second attribute
+
+Sample code should print "value = 37" but since the method is returning
+null, it just prints "value = "
+
+See attached code to demonstrate problem.