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

◆ WriteStartDocumentAsync() [2/2]

virtual Task System.Xml.XmlWriter.WriteStartDocumentAsync ( bool standalone)
inlinevirtualinherited

Reimplemented in System.Xml.XmlDictionaryAsyncCheckWriter, System.Xml.XmlAsyncCheckWriter, System.Xml.XmlRawWriter, System.Xml.XmlWellFormedWriter, and System.Xml.XmlWrappingWriter.

Definition at line 581 of file XmlWriter.cs.

582 {
583 throw new NotImplementedException();
584 }