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

◆ XPathAncestorQuery() [1/2]

MS.Internal.Xml.XPath.XPathAncestorQuery.XPathAncestorQuery ( Query qyInput,
string name,
string prefix,
XPathNodeType typeTest,
bool matchSelf )
inline

Definition at line 13 of file XPathAncestorQuery.cs.

14 : base(qyInput, name, prefix, typeTest)
15 {
16 _matchSelf = matchSelf;
17 }

References MS.Internal.Xml.XPath.XPathAncestorQuery._matchSelf.

Referenced by MS.Internal.Xml.XPath.XPathAncestorQuery.Clone().