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

◆ _importIncludeAttributes

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

Definition at line 54 of file XsltLoader.cs.

55 {
56 new XsltInput.XsltAttribute("href", V1Req | V2Req)
57 };

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