Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
enum System.​Xml.​XPath.​XPathResultType
Assembly: System.Xml.ReaderWriter
Specifies the return type of the XPath expression.
Values
Number
A numeric value.
Navigator
A tree fragment.
String
A <see cref="T:System.String" /> value.
Boolean
A <see cref="T:System.Boolean" /> <see langword="true" /> or <see langword="false" /> value.
NodeSet
A node collection.
Any
Any of the XPath node types.
Error
The expression does not evaluate to the correct XPath type.