Mono Class Library: System.Xml.XPath.XPathNodeIterator Overview | Members

System.Xml.XPath.XPathNodeIterator.CurrentPosition Property

Represents the position in the current iterator.

public abstract int CurrentPosition { get; }

Value

an integer value that represents the position.

Remarks

This property is typically used to evaluate equality in XPath predicate evaluation.

Note: This property never means the position in the tree, but just means the position in this node iterator.

Requirements

Namespace: System.Xml.XPath
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0