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

◆ Nop()

static XslNode System.Xml.Xsl.Xslt.AstFactory.Nop ( )
inlinestatic

Definition at line 109 of file AstFactory.cs.

110 {
111 return new XslNode(XslNodeType.Nop);
112 }
static XslNode XslNode(XslNodeType nodeType, QilName name, string arg, XslVersion xslVer)
Definition AstFactory.cs:9

References System.Xml.Xsl.Xslt.AstFactory.XslNode().

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