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

◆ CloneNode()

override XmlNode System.Xml.XmlComment.CloneNode ( bool deep)
inline

Definition at line 20 of file XmlComment.cs.

21 {
22 return OwnerDocument.CreateComment(Data);
23 }
virtual XmlComment CreateComment(string? data)
virtual ? XmlDocument OwnerDocument
Definition XmlNode.cs:109

References System.Xml.XmlDocument.CreateComment(), and System.Xml.XmlNode.OwnerDocument.