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

◆ Clone() [1/4]

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

Implements System.ICloneable.

Definition at line 64 of file NumericExpr.cs.

65 {
66 return new NumericExpr(this);
67 }
NumericExpr(Operator.Op op, Query opnd1, Query opnd2)

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