[Mono-bugs] [Bug 61358][Nor] Changed - FIX - Error trying to serialize an IEnumerable class
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 12 Jul 2004 00:42:41 -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 juancri@tagnet.org.
http://bugzilla.ximian.com/show_bug.cgi?id=61358
--- shadow/61358 2004-07-12 00:41:37.000000000 -0400
+++ shadow/61358.tmp.18555 2004-07-12 00:42:41.000000000 -0400
@@ -53,6 +53,9 @@
if (!_schemaTypes.ContainsKey (xmlType))
should be:
if (!_schemaTypes.ContainsKey (mapKey))
+
+------- Additional Comments From juancri@tagnet.org 2004-07-12 00:42 -------
+line 44