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

◆ Attribute()

static NodeCtor System.Xml.Xsl.Xslt.AstFactory.Attribute ( string nameAvt,
string nsAvt,
XslVersion xslVer )
inlinestatic

Definition at line 29 of file AstFactory.cs.

30 {
31 return new NodeCtor(XslNodeType.Attribute, nameAvt, nsAvt, xslVer);
32 }

References System.Xml.Dictionary.

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