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

◆ WriteStartElementComputed() [3/4]

void System.Xml.Xsl.Runtime.XmlQueryOutput.WriteStartElementComputed ( XmlQualifiedName name)
inline

Definition at line 419 of file XmlQueryOutput.cs.

420 {
421 WriteStartComputed(XPathNodeType.Element, name);
422 }
void WriteStartComputed(XPathNodeType nodeType, string tagName, int prefixMappingsIndex)

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