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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 9 Jun 2004 15:28:25 -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 gert.driesen@pandora.be.

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

--- shadow/59894	2004-06-09 15:23:03.000000000 -0400
+++ shadow/59894.tmp.4598	2004-06-09 15:28:25.000000000 -0400
@@ -12,12 +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
 
 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