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

◆ WriteTimeSpanText()

override void System.Xml.XmlBinaryNodeWriter.WriteTimeSpanText ( TimeSpan value)
inline

Definition at line 888 of file XmlBinaryNodeWriter.cs.

889 {
890 WriteTextNodeWithInt64(XmlBinaryNodeType.TimeSpanText, value.Ticks);
891 }
void WriteTextNodeWithInt64(XmlBinaryNodeType nodeType, long value)

References System.value, and System.Xml.XmlBinaryNodeWriter.WriteTextNodeWithInt64().