[Mono-bugs] [Bug 52146][Min] Changed - [PATCH] MCS does not respect private ctors

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 28 Apr 2004 09:27:09 -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 bmaurer@users.sf.net.

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

--- shadow/52146	2004-04-28 06:08:14.000000000 -0400
+++ shadow/52146.tmp.3734	2004-04-28 09:27:09.000000000 -0400
@@ -76,6 +76,16 @@
 statement'. Let's break this down into readable code please :-).
 
 ------- Additional Comments From pcgod@gmx.net  2004-04-28 06:08 -------
 Created an attachment (id=7516)
 new patch
 
+
+------- Additional Comments From bmaurer@users.sf.net  2004-04-28 09:27 -------
+These if statements dont really work correctly.
+
+Just make a method
+
+bool CheckVisibility
+
+That returns true if it is ok, false if it is invalid. THen you can 
+write clean code.