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

◆ MoveTo()

override bool System.Xml.XPath.XNodeNavigator.MoveTo ( XPathNavigator navigator)
inline

Definition at line 273 of file XNodeNavigator.cs.

274 {
276 {
277 _source = xNodeNavigator._source;
278 _parent = xNodeNavigator._parent;
279 return true;
280 }
281 return false;
282 }
XNodeNavigator(XNode node, XmlNameTable nameTable)

References System.Xml.XPath.XNodeNavigator._parent, System.Xml.XPath.XNodeNavigator._source, and System.Xml.Dictionary.