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

◆ If()

static XslNode System.Xml.Xsl.Xslt.AstFactory.If ( string test,
XslVersion xslVer )
inlinestatic

Definition at line 79 of file AstFactory.cs.

80 {
81 return new XslNode(XslNodeType.If, null, test, xslVer);
82 }
static XslNode XslNode(XslNodeType nodeType, QilName name, string arg, XslVersion xslVer)
Definition AstFactory.cs:9

References System.Xml.Dictionary, and System.Xml.Xsl.Xslt.AstFactory.XslNode().

Referenced by System.Xml.Xsl.Xslt.XsltLoader.XslIf().