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

◆ Clone() [1/4]

override XPathNodeIterator MS.Internal.Xml.XPath.XPathAncestorQuery.Clone ( )
inline

Implements System.ICloneable.

Definition at line 46 of file XPathAncestorQuery.cs.

47 {
48 return new XPathAncestorQuery(this);
49 }
XPathAncestorQuery(Query qyInput, string name, string prefix, XPathNodeType typeTest, bool matchSelf)

References MS.Internal.Xml.XPath.XPathAncestorQuery.XPathAncestorQuery().