Make a copy of the old ZipLib
[mono.git] / mcs / class / System.XML / System.Xml.XPath / XPathNodeIterator.cs
index 8ac92a660dfdbb1d71c303caa726391ec8f8152b..cec0f03971123d63071aa58d639cde265203559e 100644 (file)
 
 using System;
 using System.Collections;
+#if NET_2_0
+using System.Diagnostics;
+#endif
 
 namespace System.Xml.XPath
 {
 #if NET_2_0
+       [DebuggerDisplay ("Position={CurrentPosition}, Current={Current == null ? null : (object) new XPathNavigator.DebuggerDisplayProxy(Current)}")]
        public abstract class XPathNodeIterator : ICloneable, IEnumerable
 #else
        public abstract class XPathNodeIterator : ICloneable