Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ParentIterator.cs
Go to the documentation of this file.
3
5
7public struct ParentIterator
8{
10
11 private bool _haveCurrent;
12
14
20
21 public bool MoveNext()
22 {
23 if (_haveCurrent)
24 {
25 _haveCurrent = false;
26 return true;
27 }
28 return false;
29 }
30}
static XPathNavigator SyncToNavigator(XPathNavigator navigatorThis, XPathNavigator navigatorThat)
void Create(XPathNavigator context, XmlNavigatorFilter filter)