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

◆ _forEachAttributes

readonly XsltInput.XsltAttribute [] System.Xml.Xsl.Xslt.XsltLoader._forEachAttributes
private
Initial value:
= new XsltInput.XsltAttribute[1]
{
new XsltInput.XsltAttribute("select", V1Req | V2Req)
}

Definition at line 181 of file XsltLoader.cs.

182 {
183 new XsltInput.XsltAttribute("select", V1Req | V2Req)
184 };

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