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

◆ Clone()

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

Implements System.ICloneable.

Definition at line 52 of file XPathSelectionIterator.cs.

53 {
54 return new XPathSelectionIterator(this);
55 }
XPathSelectionIterator(XPathNavigator nav, Query query)

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