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

◆ Clone() [1/4]

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

Implements System.ICloneable.

Definition at line 122 of file NumberFunctions.cs.

123 {
124 return new NumberFunctions(this);
125 }
NumberFunctions(Function.FunctionType ftype, Query arg)

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