Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
override void | Reset () |
override bool | MoveNext () |
override XPathNodeIterator | Clone () |
virtual IEnumerator | GetEnumerator () |
Protected Member Functions | |
void | ResetCount () |
Package Functions | |
XPathSelectionIterator (XPathNavigator nav, Query query) | |
Package Attributes | |
int | count = -1 |
Properties | |
override int | Count [get] |
override XPathNavigator | Current [get] |
override int | CurrentPosition [get] |
object? | debuggerDisplayProxy [get] |
Private Member Functions | |
XPathSelectionIterator (XPathSelectionIterator it) | |
Private Attributes | |
XPathNavigator | _nav |
readonly Query | _query |
int | _position |
Definition at line 5 of file XPathSelectionIterator.cs.