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

◆ MoveToFirst()

override bool System.Xml.XPath.XmlEmptyNavigator.MoveToFirst ( )
inlinevirtual

Reimplemented from System.Xml.XPath.XPathNavigator.

Definition at line 66 of file XmlEmptyNavigator.cs.

67 {
68 return false;
69 }