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

◆ Clone()

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

Implements System.ICloneable.

Definition at line 22 of file XPathChildIterator.cs.

23 {
24 return new XPathChildIterator(this);
25 }
XPathChildIterator(XPathNavigator nav, XPathNodeType type)

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