[Mono-bugs] [Bug 78954][Nor] Changed - Removing from List<T> during enumeration should fail
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jul 27 13:07:48 EDT 2006
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 vargaz at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78954
--- shadow/78954 2006-07-26 11:01:50.000000000 -0400
+++ shadow/78954.tmp.13092 2006-07-27 13:07:48.000000000 -0400
@@ -1,16 +1,16 @@
Bug#: 78954
-Product: Mono: Runtime
+Product: Mono: Class Libraries
Version: 1.1
OS: All
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
-Component: misc
+Component: CORLIB
AssignedTo: mono-bugs at ximian.com
ReportedBy: scottell.lists at gmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
@@ -45,6 +45,9 @@
list.Add (2);
foreach ( int ii in list )
list.Remove (ii);
}
}
+
+------- Additional Comments From vargaz at gmail.com 2006-07-27 13:07 -------
+-> classlibs
More information about the mono-bugs
mailing list