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

◆ Clone()

XPathNodePointer System.Xml.XPathNodePointer.Clone ( DataDocumentXPathNavigator owner)
inlinepackage

Definition at line 485 of file XPathNodePointer.cs.

486 {
487 RealFoliate();
488 return new XPathNodePointer(owner, this);
489 }
XPathNodePointer(DataDocumentXPathNavigator owner, XmlDataDocument doc, XmlNode node)

References System.Xml.XPathNodePointer.XPathNodePointer(), and System.Xml.XPathNodePointer.RealFoliate().

Referenced by System.Xml.DataDocumentXPathNavigator.DataDocumentXPathNavigator().