[Mono-bugs] [Bug 50755][Min] Changed - Minor bugs in System.Collections.Stack

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 9 Nov 2003 14:37:13 -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 barce@frlp.utn.edu.ar.

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

--- shadow/50755	2003-11-09 14:32:59.000000000 -0500
+++ shadow/50755.tmp.30429	2003-11-09 14:37:13.000000000 -0500
@@ -27,6 +27,11 @@
 - ctor: public Stack (int c)
 	- Parameter name should be "initialCapacity", not "c".
 	- ArgumentOutOfRangeException.ParamName should be "initialCapacity".
 	
 - method: public virtual void CopyTo (Array array, int index)	
 	- ArgumentNullException.ParamName should be "array".
+
+------- Additional Comments From barce@frlp.utn.edu.ar  2003-11-09 14:37 -------
+Created an attachment (id=5914)
+Patch to fix these bugs.
+