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

◆ WriteCDataAsync() [1/2]

override Task System.Xml.XmlRawWriter.WriteCDataAsync ( string text)
inlineinherited

Definition at line 283 of file XmlRawWriter.cs.

284 {
285 return WriteStringAsync(text);
286 }
virtual Task WriteStringAsync(string? text)
Definition XmlWriter.cs:668

References System.text, and System.Xml.XmlWriter.WriteStringAsync().