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

◆ Clone() [1/4]

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

Implements System.ICloneable.

Definition at line 90 of file DescendantOverDescendantQuery.cs.

91 {
92 return new DescendantOverDescendantQuery(this);
93 }
DescendantOverDescendantQuery(Query qyParent, bool matchSelf, string name, string prefix, XPathNodeType typeTest, bool abbrAxis)

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