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

◆ _templateAttributes

readonly XsltInput.XsltAttribute [] System.Xml.Xsl.Xslt.XsltLoader._templateAttributes
private
Initial value:
= new XsltInput.XsltAttribute[5]
{
new XsltInput.XsltAttribute("match", V1Opt | V2Opt),
new XsltInput.XsltAttribute("name", V1Opt | V2Opt),
new XsltInput.XsltAttribute("priority", V1Opt | V2Opt),
new XsltInput.XsltAttribute("mode", V1Opt | V2Opt),
new XsltInput.XsltAttribute("as", V2Opt)
}

Definition at line 120 of file XsltLoader.cs.

121 {
122 new XsltInput.XsltAttribute("match", V1Opt | V2Opt),
123 new XsltInput.XsltAttribute("name", V1Opt | V2Opt),
124 new XsltInput.XsltAttribute("priority", V1Opt | V2Opt),
125 new XsltInput.XsltAttribute("mode", V1Opt | V2Opt),
126 new XsltInput.XsltAttribute("as", V2Opt)
127 };

Referenced by System.Xml.Xsl.Xslt.XsltLoader.AtomizeAttributes(), and System.Xml.Xsl.Xslt.XsltLoader.LoadTemplate().