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

◆ WriteWhitespaceAsync() [1/2]

override Task System.Xml.XmlRawWriter.WriteWhitespaceAsync ( string ws)
inlineinherited

Definition at line 300 of file XmlRawWriter.cs.

301 {
302 return WriteStringAsync(ws);
303 }
virtual Task WriteStringAsync(string? text)
Definition XmlWriter.cs:668

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