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

◆ Clone() [1/4]

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

Implements System.ICloneable.

Definition at line 30 of file XPathSelfQuery.cs.

31 {
32 return new XPathSelfQuery(this);
33 }
XPathSelfQuery(Query qyInput, string Name, string Prefix, XPathNodeType Type)

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