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

◆ WriteStartAttribute() [3/7]

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

Definition at line 988 of file XmlBaseWriter.cs.

989 {
990 StartAttribute(ref prefix, localName, namespaceUri, null);
992 {
994 }
995 }
void StartAttribute([AllowNull] ref string prefix, string localName, string ns, XmlDictionaryString xNs)
void WriteStartAttribute(string prefix, string localName)

References System.Xml.XmlBaseWriter._isXmlnsAttribute, System.Xml.XmlBaseWriter._writer, System.Xml.Dictionary, System.prefix, System.Xml.XmlBaseWriter.StartAttribute(), and System.Xml.XmlNodeWriter.WriteStartAttribute().