Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Reset()

override void MS.Internal.Xml.XPath.PrecedingQuery.Reset ( )
inline

Definition at line 26 of file PrecedingQuery.cs.

27 {
28 _workIterator = null;
29 _ancestorStk.Clear();
30 base.Reset();
31 }
readonly ClonableStack< XPathNavigator > _ancestorStk

References MS.Internal.Xml.XPath.PrecedingQuery._ancestorStk, and MS.Internal.Xml.XPath.PrecedingQuery._workIterator.