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

◆ WriteStartNamespaceDeclarationAsync()

virtual Task System.Xml.XmlRawWriter.WriteStartNamespaceDeclarationAsync ( string prefix)
inlinepackagevirtualinherited

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

Definition at line 370 of file XmlRawWriter.cs.

371 {
372 throw new NotSupportedException();
373 }

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