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

◆ NextRightRowElement()

bool System.Xml.BaseTreeIterator.NextRightRowElement ( )
inlinepackageinherited

Definition at line 36 of file BaseTreeIterator.cs.

37 {
38 if (NextRight())
39 {
40 if (OnRowElement())
41 {
42 return true;
43 }
44 return NextRowElement();
45 }
46 return false;
47 }

References System.Xml.BaseTreeIterator.NextRight(), System.Xml.BaseTreeIterator.NextRowElement(), and System.Xml.BaseTreeIterator.OnRowElement().