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

◆ WriteStartElement() [3/4]

override void System.Xml.XmlEventCache.WriteStartElement ( string prefix,
string localName,
string ns )
inline

Definition at line 306 of file XmlEventCache.cs.

307 {
308 AddEvent(XmlEventType.StartElem, prefix, localName, ns);
309 }
void AddEvent(XmlEventType eventType)

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