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

◆ Clone() [1/4]

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

Implements System.ICloneable.

Definition at line 288 of file StringFunctions.cs.

289 {
290 return new StringFunctions(this);
291 }
StringFunctions(Function.FunctionType funcType, IList< Query > argList)

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