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

◆ Clone() [1/4]

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

Implements System.ICloneable.

Definition at line 105 of file BooleanFunctions.cs.

106 {
107 return new BooleanFunctions(this);
108 }
BooleanFunctions(Function.FunctionType funcType, Query arg)

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