[Mono-bugs] [Bug 82345][Blo] Changed - InternalArray__set_Item throws inappropriate NotSupportedException

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Aug 11 12:28:40 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 vargaz at gmail.com.

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

--- shadow/82345	2007-08-06 16:41:35.000000000 -0400
+++ shadow/82345.tmp.641	2007-08-11 12:28:40.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 82345
 Product: Mono: Class Libraries
 Version: 1.2
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Blocker
 Component: System
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: jeff.brown at gmail.com               
 QAContact: mono-bugs at ximian.com
@@ -70,6 +70,10 @@
 TOutput> converter)
 {
     int i = 0;
     foreach (TInput value in input)
         output[i++] = converter(value);
 }
+
+------- Additional Comments From vargaz at gmail.com  2007-08-11 12:28 -------
+Fixed in SVN.
+


More information about the mono-bugs mailing list