Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ XPathNodePointer() [1/3]

System.Xml.XPathNodePointer.XPathNodePointer ( DataDocumentXPathNavigator owner,
XmlDataDocument doc,
XmlNode node )
inlinepackage

Definition at line 463 of file XPathNodePointer.cs.

464 : this(owner, doc, node, null, bOnValue: false, null)
465 {
466 }

Referenced by System.Xml.XPathNodePointer.Clone().