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

◆ _applyTemplatesAttributes

readonly XsltInput.XsltAttribute [] System.Xml.Xsl.Xslt.XsltLoader._applyTemplatesAttributes
private
Initial value:
= new XsltInput.XsltAttribute[2]
{
new XsltInput.XsltAttribute("select", V1Opt | V2Opt),
new XsltInput.XsltAttribute("mode", V1Opt | V2Opt)
}

Definition at line 148 of file XsltLoader.cs.

149 {
150 new XsltInput.XsltAttribute("select", V1Opt | V2Opt),
151 new XsltInput.XsltAttribute("mode", V1Opt | V2Opt)
152 };

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