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

◆ Clone() [1/4]

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

Implements System.ICloneable.

Definition at line 65 of file DescendantQuery.cs.

66 {
67 return new DescendantQuery(this);
68 }
DescendantQuery(Query qyParent, string Name, string Prefix, XPathNodeType Type, bool matchSelf, bool abbrAxis)

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