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

◆ WriteFullEndElement() [2/2]

override void System.Xml.XmlEventCache.WriteFullEndElement ( string prefix,
string localName,
string ns )
inlinepackagevirtual

Reimplemented from System.Xml.XmlRawWriter.

Definition at line 449 of file XmlEventCache.cs.

450 {
451 AddEvent(XmlEventType.FullEndElem, prefix, localName, ns);
452 }
void AddEvent(XmlEventType eventType)

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