[Mono-bugs] [Bug 61919][Nor] Changed - Queue (ICollection) ctor incorrect

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 1 Oct 2004 16:45:58 -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 sr@sander.yi.org.

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

--- shadow/61919	2004-08-27 17:18:43.000000000 -0400
+++ shadow/61919.tmp.29930	2004-10-01 16:45:58.000000000 -0400
@@ -84,6 +84,11 @@
 		Queue queue = new Queue (new Queue());
 		queue.Enqueue(1);
 	}
 }
 
 Works on mono / not MS. 
+
+------- Additional Comments From sr@sander.yi.org  2004-10-01 16:45 -------
+Created an attachment (id=11830)
+proposed patch
+