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

◆ PopPosInfo() [2/2]

void System.Xml.Xsl.XPath.XPathParser< Node >.PopPosInfo ( out int startChar,
out int endChar )
inlineprivate

Definition at line 450 of file XPathParser.cs.

451 {
452 endChar = _posInfo.Pop();
453 startChar = _posInfo.Pop();
454 }
readonly Stack< int > _posInfo

References System.Xml.Xsl.XPath.XPathParser< Node >._posInfo, and System.Collections.Generic.Stack< T >.Pop().