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

◆ WriteStartDocumentAsync() [1/2]

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

Reimplemented from System.Xml.XmlWriter.

Definition at line 3036 of file XmlWellFormedWriter.cs.

3037 {
3038 return WriteStartDocumentImplAsync(XmlStandalone.Omit);
3039 }
async Task WriteStartDocumentImplAsync(XmlStandalone standalone)

References System.Xml.XmlWellFormedWriter.WriteStartDocumentImplAsync().

Referenced by System.Xml.XmlWellFormedWriter.AdvanceStateAsync().