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

◆ 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 }