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

◆ Clone()

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

Implements System.ICloneable.

Definition at line 41 of file RtfTextNavigator.cs.

42 {
43 return new RtfTextNavigator(this);
44 }
RtfTextNavigator(string text, string baseUri)

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