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

◆ WriteNamespaceDeclaration()

override void System.Xml.XmlEventCache.WriteNamespaceDeclaration ( string prefix,
string ns )
inlinepackage

Definition at line 454 of file XmlEventCache.cs.

455 {
456 AddEvent(XmlEventType.Nmsp, prefix, ns);
457 }
void AddEvent(XmlEventType eventType)

References System.Xml.XmlEventCache.AddEvent(), and System.prefix.