Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
AncestorDocOrderIterator.cs
Go to the documentation of this file.
3
5
8{
10
12
14
16 {
19 _stack.Reset();
20 while (ancestorIterator.MoveNext())
21 {
22 _stack.Push(ancestorIterator.Current.Clone());
23 }
24 }
25
26 public bool MoveNext()
27 {
28 if (_stack.IsEmpty)
29 {
30 return false;
31 }
33 return true;
34 }
35}
void Create(XPathNavigator context, XmlNavigatorFilter filter, bool orSelf)
void Create(XPathNavigator context, XmlNavigatorFilter filter, bool orSelf)