Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Number.cs
Go to the documentation of this file.
1
namespace
System.Xml.Xsl.Xslt
;
2
3
internal
sealed
class
Number
:
XslNode
4
{
5
public
readonly
NumberLevel
Level
;
6
7
public
readonly
string
Count
;
8
9
public
readonly
string
From
;
10
11
public
readonly
string
Value
;
12
13
public
readonly
string
Format
;
14
15
public
readonly
string
Lang
;
16
17
public
readonly
string
LetterValue
;
18
19
public
readonly
string
GroupingSeparator
;
20
21
public
readonly
string
GroupingSize
;
22
23
public
Number
(
NumberLevel
level,
string
count
,
string
from
,
string
value
,
string
format
,
string
lang,
string
letterValue
,
string
groupingSeparator
,
string
groupingSize
,
XslVersion
xslVer
)
24
:
base
(
XslNodeType
.
Number
,
null
,
null
,
xslVer
)
25
{
26
Level
= level;
27
Count
=
count
;
28
From
=
from
;
29
Value
=
value
;
30
Format
=
format
;
31
Lang
= lang;
32
LetterValue
=
letterValue
;
33
GroupingSeparator
=
groupingSeparator
;
34
GroupingSize
=
groupingSize
;
35
}
36
}
System.Xml.Xsl.Xslt.Number.LetterValue
readonly string LetterValue
Definition
Number.cs:17
System.Xml.Xsl.Xslt.Number.GroupingSize
readonly string GroupingSize
Definition
Number.cs:21
System.Xml.Xsl.Xslt.Number.Number
Number(NumberLevel level, string count, string from, string value, string format, string lang, string letterValue, string groupingSeparator, string groupingSize, XslVersion xslVer)
Definition
Number.cs:23
System.Xml.Xsl.Xslt.Number.Format
readonly string Format
Definition
Number.cs:13
System.Xml.Xsl.Xslt.Number.Lang
readonly string Lang
Definition
Number.cs:15
System.Xml.Xsl.Xslt.Number.GroupingSeparator
readonly string GroupingSeparator
Definition
Number.cs:19
System.Xml.Xsl.Xslt.Number.Level
readonly NumberLevel Level
Definition
Number.cs:5
System.Xml.Xsl.Xslt.Number.Count
readonly string Count
Definition
Number.cs:7
System.Xml.Xsl.Xslt.Number.Value
readonly string Value
Definition
Number.cs:11
System.Xml.Xsl.Xslt.Number.From
readonly string From
Definition
Number.cs:9
System.Xml.Xsl.Xslt.Number
Definition
Number.cs:4
System.Xml.Xsl.Xslt.XslNode
Definition
XslNode.cs:7
System.Xml.Xsl.Xslt.XslNodeType
XslNodeType
Definition
XslNodeType.cs:4
System.Xml.Xsl.Xslt.XslVersion
XslVersion
Definition
XslVersion.cs:4
System.Xml.Xsl.Xslt.NumberLevel
NumberLevel
Definition
NumberLevel.cs:4
System.Xml.Xsl.Xslt
Definition
AstFactory.cs:3
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.ExceptionArgument.format
@ format
System.ExceptionArgument.value
@ value
System.ExceptionArgument.count
@ count
source
System.Private.Xml
System.Xml.Xsl.Xslt
Number.cs
Generated by
1.10.0