[Mono-bugs] [Bug 78541][Nor] Changed - NRE while iterating over
XPathNodeIterator
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed May 31 04:37:05 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 rharinath at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78541
--- shadow/78541 2006-05-30 22:56:29.000000000 -0400
+++ shadow/78541.tmp.26747 2006-05-31 04:37:05.000000000 -0400
@@ -63,6 +63,10 @@
ArrayList al = new ArrayList ();
while (MoveNext ())
al.Add (Current);
return al.GetEnumerator ();
makes it work.
+
+------- Additional Comments From rharinath at novell.com 2006-05-31 04:37 -------
+Can you try adding aliases to MoveNext and Current and use those in
+GetEnumerator.
More information about the mono-bugs
mailing list