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

◆ WriteEndNamespaceDeclarationAsync()

virtual Task System.Xml.XmlRawWriter.WriteEndNamespaceDeclarationAsync ( )
inlinepackagevirtualinherited

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

Definition at line 375 of file XmlRawWriter.cs.

376 {
377 throw new NotSupportedException();
378 }

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