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

◆ Clone()

override XPathNavigator System.Xml.XPath.XNodeNavigator.Clone ( )
inline

Implements System.ICloneable.

Definition at line 259 of file XNodeNavigator.cs.

260 {
261 return new XNodeNavigator(this);
262 }
XNodeNavigator(XNode node, XmlNameTable nameTable)

References System.Xml.XPath.XNodeNavigator.XNodeNavigator().