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

◆ WriteStartDocumentAsync() [2/2]

override Task System.Xml.XmlWellFormedWriter.WriteStartDocumentAsync ( bool standalone)
inlinevirtual

Reimplemented from System.Xml.XmlWriter.

Definition at line 3041 of file XmlWellFormedWriter.cs.

3042 {
3043 return WriteStartDocumentImplAsync(standalone ? XmlStandalone.Yes : XmlStandalone.No);
3044 }
async Task WriteStartDocumentImplAsync(XmlStandalone standalone)

References System.Xml.XmlWellFormedWriter.WriteStartDocumentImplAsync().