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

◆ Clone()

override XPathNavigator System.Xml.XPath.XmlEmptyNavigator.Clone ( )
inline

Implements System.ICloneable.

Definition at line 140 of file XmlEmptyNavigator.cs.

141 {
142 return this;
143 }