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

◆ Next()

override bool System.Xml.TreeIterator.Next ( )
inlinepackage

Definition at line 18 of file TreeIterator.cs.

19 {
21 if (firstChild != null)
22 {
24 return true;
25 }
26 return NextRight();
27 }
override bool NextRight()
virtual ? XmlNode FirstChild
Definition XmlNode.cs:120

References System.Xml.TreeIterator._currentNode, System.Xml.Dictionary, System.Xml.XmlNode.FirstChild, and System.Xml.TreeIterator.NextRight().