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

◆ WriteCharEntityAsync()

override Task System.Xml.XmlRawWriter.WriteCharEntityAsync ( char ch)
inlinevirtualinherited

Reimplemented from System.Xml.XmlWriter.

Reimplemented in System.Xml.XmlUtf8RawTextWriter, and System.Xml.XmlUtf8RawTextWriterIndent.

Definition at line 288 of file XmlRawWriter.cs.

289 {
290 return WriteStringAsync(char.ToString(ch));
291 }
virtual Task WriteStringAsync(string? text)
Definition XmlWriter.cs:668

References System.ch, System.ToString, and System.Xml.XmlWriter.WriteStringAsync().