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

◆ Clone() [1/4]

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

Implements System.ICloneable.

Definition at line 57 of file ContextQuery.cs.

58 {
59 return new ContextQuery(this);
60 }

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