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

◆ WriteEndElementAsync() [2/2]

virtual Task System.Xml.XmlRawWriter.WriteEndElementAsync ( string prefix,
string localName,
string ns )
inlinepackagevirtualinherited

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

Definition at line 345 of file XmlRawWriter.cs.

346 {
347 throw new NotImplementedException();
348 }