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

◆ AttributeSet()

static AttributeSet System.Xml.Xsl.Xslt.AstFactory.AttributeSet ( QilName name)
inlinestatic

Definition at line 34 of file AstFactory.cs.

35 {
36 return new AttributeSet(name, XslVersion.Version10);
37 }

References System.Xml.Xsl.Xslt.AttributeSet.

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