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

◆ WriteText() [5/5]

override void System.Xml.XmlUTF8NodeWriter.WriteText ( XmlDictionaryString value)
inline

Definition at line 506 of file XmlUTF8NodeWriter.cs.

507 {
508 WriteUTF8Chars(value.Value);
509 }
void WriteUTF8Chars(byte[] chars, int charOffset, int charCount)

References System.value, and System.Xml.XmlStreamNodeWriter.WriteUTF8Chars().