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

◆ WriteStartElement() [3/7]

override void System.Xml.XmlBaseWriter.WriteStartElement ( string prefix,
string localName,
string namespaceUri )
inlineinherited

Definition at line 1312 of file XmlBaseWriter.cs.

1313 {
1314 StartElement(ref prefix, localName, namespaceUri, null);
1315 _writer.WriteStartElement(prefix, localName);
1316 }
void StartElement(ref string prefix, string localName, string ns, XmlDictionaryString xNs)
void WriteStartElement(string prefix, string localName)

References System.Xml.XmlBaseWriter._writer, System.Xml.Dictionary, System.prefix, System.Xml.XmlBaseWriter.StartElement(), and System.Xml.XmlNodeWriter.WriteStartElement().

Referenced by System.Xml.XmlBinaryWriter.WriteStartArray(), and System.Xml.XmlBinaryWriter.WriteStartArray().