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

◆ ForEach()

static XslNodeEx System.Xml.Xsl.Xslt.AstFactory.ForEach ( string select,
XsltInput::ContextInfo ctxInfo,
XslVersion xslVer )
inlinestatic

Definition at line 74 of file AstFactory.cs.

75 {
76 return new XslNodeEx(XslNodeType.ForEach, null, select, ctxInfo, xslVer);
77 }

References System.Xml.Dictionary.

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