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

◆ Clone() [1/4]

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

Implements System.ICloneable.

Definition at line 21 of file OperandQuery.cs.

22 {
23 return this;
24 }