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

◆ MoveToFollowing() [3/4]

virtual bool System.Xml.XPath.XPathNavigator.MoveToFollowing ( XPathNodeType type)
inlinevirtualinherited

Definition at line 1039 of file XPathNavigator.cs.

1040 {
1041 return MoveToFollowing(type, null);
1042 }
virtual bool MoveToFollowing(string localName, string namespaceURI)

References System.Xml.XPath.XPathNavigator.MoveToFollowing(), and System.type.