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

◆ InvokeRegisterDecimalFormat()

QilNode System.Xml.Xsl.Xslt.XsltQilFactory.InvokeRegisterDecimalFormat ( DecimalFormatDecl format)
inline

Definition at line 68 of file XsltQilFactory.cs.

69 {
70 return XsltInvokeEarlyBound(QName("register-decimal-format"), XsltMethods.RegisterDecimalFormat, XmlQueryTypeFactory.IntX, new QilNode[4]
71 {
72 QName(format.Name.Name, format.Name.Namespace),
73 String(format.InfinitySymbol),
74 String(format.NanSymbol),
75 String(new string(format.Characters))
76 });
77 }
static readonly MethodInfo RegisterDecimalFormat

References System.Xml.Xsl.XmlQueryTypeFactory.IntX, System.Xml.QName, System.Xml.Xsl.Runtime.XsltMethods.RegisterDecimalFormat, and System.Xml.Xsl.Qil.XsltInvokeEarlyBound.

Referenced by System.Xml.Xsl.Xslt.QilGenerator.CompileInitializationCode().