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

◆ WriteTo()

override void System.Xml.Linq.XComment.WriteTo ( XmlWriter writer)
inline

Definition at line 57 of file XComment.cs.

58 {
59 if (writer == null)
60 {
61 throw new ArgumentNullException("writer");
62 }
63 writer.WriteComment(value);
64 }

References System.Xml.Linq.XComment.value, and System.writer.