[Mono-bugs] [Bug 81387][Wis] Changed - [PATCH] List <> contains not working correctly.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Apr 16 16:15:04 EDT 2007


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 joncham at gmail.com.

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

--- shadow/81387	2007-04-16 16:13:08.000000000 -0400
+++ shadow/81387.tmp.4482	2007-04-16 16:15:03.000000000 -0400
@@ -33,6 +33,12 @@
 Patch with test case
 
 
 ------- Additional Comments From joncham at gmail.com  2007-04-16 16:13 -------
 Added patch with test case. We were shifting array when removing an
 item, but not clearing the index of where the item was located.
+
+------- Additional Comments From joncham at gmail.com  2007-04-16 16:15 -------
+I guess I could use the 'default' keyword and assign that to the index
+I need to clear rather than Array.Clear for a single entry, but I'm
+not sure if one way is preferred over another. Let me know and I'll
+adjust patch if needed. Thanks.


More information about the mono-bugs mailing list