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

◆ Comment()

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

Definition at line 49 of file AstFactory.cs.

50 {
51 return new XslNode(XslNodeType.Comment);
52 }
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.XslComment().