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

◆ Clone()

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

Implements System.ICloneable.

Definition at line 110 of file XPathMultyIterator.cs.

111 {
112 return new XPathMultyIterator(this);
113 }

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