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

◆ WriteStartAttributeUnchecked() [1/2]

void System.Xml.Xsl.Runtime.XmlQueryOutput.WriteStartAttributeUnchecked ( string localName)
inline

Definition at line 333 of file XmlQueryOutput.cs.

334 {
335 WriteStartAttributeUnchecked(string.Empty, localName, string.Empty);
336 }
void WriteStartAttributeUnchecked(string prefix, string localName, string ns)

References System.Xml.Xsl.Runtime.XmlQueryOutput.WriteStartAttributeUnchecked().