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

◆ Clone()

override XPathNavigator System.Xml.Xsl.Runtime.RtfTreeNavigator.Clone ( )
inline

Implements System.ICloneable.

Definition at line 41 of file RtfTreeNavigator.cs.

42 {
43 return new RtfTreeNavigator(this);
44 }
RtfTreeNavigator(XmlEventCache events, XmlNameTable nameTable)

References System.Xml.Xsl.Runtime.RtfTreeNavigator.RtfTreeNavigator().