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

◆ MoveToNamespace()

override bool System.Xml.XPath.XmlEmptyNavigator.MoveToNamespace ( string prefix)
inlinevirtual

Reimplemented from System.Xml.XPath.XPathNavigator.

Definition at line 101 of file XmlEmptyNavigator.cs.

102 {
103 return false;
104 }