[Mono-bugs] [Bug 59894][Wis] Changed - TypeBuilder implementation does not match MS.NET

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 23 Jun 2004 09:02:16 -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 lupus@ximian.com.

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

--- shadow/59894	2004-06-09 15:28:25.000000000 -0400
+++ shadow/59894.tmp.10710	2004-06-23 09:02:16.000000000 -0400
@@ -12,13 +12,13 @@
 ReportedBy: gert.driesen@pandora.be               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: TypeBuilder implementation does not match MS.NET
-OtherBugsDependingOnThis: 58657
+OtherBugsDependingOnThis: 58657[FIXED]
 
 The Mono (System.Reflection.Emit) TypeBuilder does not match the 
 implementation of MS.NET as it allow access to defined 
 events/methods/properties before the type is actually created/completed.
 
 A lot of code that should only have to be implemented in System.Type, is