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

◆ CloneNode()

override XNode System.Xml.Linq.XComment.CloneNode ( )
inlinepackage

Definition at line 79 of file XComment.cs.

80 {
81 return new XComment(this);
82 }
XComment(string value)
Definition XComment.cs:33

References System.Xml.Linq.XComment.XComment().