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

◆ ApplyTemplates() [1/2]

static XslNodeEx System.Xml.Xsl.Xslt.AstFactory.ApplyTemplates ( QilName mode)
inlinestatic

Definition at line 24 of file AstFactory.cs.

25 {
26 return new XslNodeEx(XslNodeType.ApplyTemplates, mode, null, XslVersion.Version10);
27 }