Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
XPathPrecedingIterator.cs
Go to the documentation of this file.
3
5
8{
10
12
14
25
26 public bool MoveNext()
27 {
28 if (_stack.IsEmpty)
29 {
30 return false;
31 }
33 return true;
34 }
35}
void Create(XPathNavigator input, XmlNavigatorFilter filter)
void Create(XPathNavigator context, XmlNavigatorFilter filter)