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

◆ Clone() [1/4]

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

Implements System.ICloneable.

Definition at line 71 of file ChildrenQuery.cs.

72 {
73 return new ChildrenQuery(this);
74 }
ChildrenQuery(Query qyInput, string name, string prefix, XPathNodeType type)

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