Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DescendantIterator.cs
Go to the documentation of this file.
3
5
7public struct DescendantIterator
8{
10
12
14
15 private bool _hasFirst;
16
18
34
35 public bool MoveNext()
36 {
37 if (_hasFirst)
38 {
39 _hasFirst = false;
40 return true;
41 }
43 }
44}
bool IsFiltered(XPathNavigator navigator)
bool MoveToFollowing(XPathNavigator navigator, XPathNavigator navigatorEnd)
static XPathNavigator SyncToNavigator(XPathNavigator navigatorThis, XPathNavigator navigatorThat)
void Create(XPathNavigator input, XmlNavigatorFilter filter, bool orSelf)