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

◆ XPathAncestorQuery() [2/2]

MS.Internal.Xml.XPath.XPathAncestorQuery.XPathAncestorQuery ( XPathAncestorQuery other)
inlineprivate

Definition at line 19 of file XPathAncestorQuery.cs.

20 : base(other)
21 {
22 _matchSelf = other._matchSelf;
23 }

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