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

◆ CheckWithParam()

void System.Xml.Xsl.Xslt.XsltLoader.CheckWithParam ( List< XslNode > content,
XslNode withParam )
inlineprivate

Definition at line 1824 of file XsltLoader.cs.

1825 {
1826 foreach (XslNode item in content)
1827 {
1828 if (item.NodeType == XslNodeType.WithParam && item.Name.Equals(withParam.Name))
1829 {
1831 break;
1832 }
1833 }
1834 }
static string Xslt_DuplicateWithParam
Definition SR.cs:1956
Definition SR.cs:7
void ReportError(string res, params string[] args)

References System.item, System.Xml.Xsl.Xslt.XsltLoader.ReportError(), and System.SR.Xslt_DuplicateWithParam.

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