Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ Clone()

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

Implements System.ICloneable.

Definition at line 19 of file XPathEmptyIterator.cs.

20 {
21 return this;
22 }