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

◆ WriteComment()

override void System.Xml.XmlBinaryNodeWriter.WriteComment ( string value)
inline

Definition at line 489 of file XmlBinaryNodeWriter.cs.

490 {
491 WriteNode(XmlBinaryNodeType.Comment);
493 }
void WriteNode(XmlBinaryNodeType nodeType)

References System.value, System.Xml.XmlBinaryNodeWriter.WriteName(), and System.Xml.XmlBinaryNodeWriter.WriteNode().