Base:
property
Current
System.Xml.XPath.XPathNodeIterator.Current
1 reference to Current
System.Xml (1)
System\Xml\XPath\Internal\XPathArrayIterator.cs (1)
77
private object debuggerDisplayProxy { get { return index < 1 ? null : (object)new XPathNavigator.DebuggerDisplayProxy(
Current
); } }