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

◆ MoveToAttribute()

override bool System.Xml.XPath.XmlEmptyNavigator.MoveToAttribute ( string localName,
string namespaceName )
inlinevirtual

Reimplemented from System.Xml.XPath.XPathNavigator.

Definition at line 91 of file XmlEmptyNavigator.cs.

92 {
93 return false;
94 }