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.
interface System.​Xml.​IHasXmlNode
Assembly: System.Xml.ReaderWriter
Enables a class to return an <see cref="T:System.Xml.XmlNode" /> from the current context or position.
Methods
GetNode​()
Returns the <see cref="T:System.Xml.XmlNode" /> for the current position.
Returns The <see langword="XmlNode" /> for the current position.