Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DecimalFormat.cs
Go to the documentation of this file.
1
using
System.Globalization
;
2
3
namespace
System.Xml.Xsl.Runtime
;
4
5
internal
sealed
class
DecimalFormat
6
{
7
public
NumberFormatInfo
info
;
8
9
public
char
digit
;
10
11
public
char
zeroDigit
;
12
13
public
char
patternSeparator
;
14
15
internal
DecimalFormat
(
NumberFormatInfo
info
,
char
digit
,
char
zeroDigit
,
char
patternSeparator
)
16
{
17
this.info
=
info
;
18
this.digit
=
digit
;
19
this.zeroDigit
=
zeroDigit
;
20
this.patternSeparator
=
patternSeparator
;
21
}
22
}
System.Globalization.NumberFormatInfo
Definition
NumberFormatInfo.cs:4
System.Xml.Xsl.Runtime.DecimalFormat.DecimalFormat
DecimalFormat(NumberFormatInfo info, char digit, char zeroDigit, char patternSeparator)
Definition
DecimalFormat.cs:15
System.Xml.Xsl.Runtime.DecimalFormat.info
NumberFormatInfo info
Definition
DecimalFormat.cs:7
System.Xml.Xsl.Runtime.DecimalFormat.digit
char digit
Definition
DecimalFormat.cs:9
System.Xml.Xsl.Runtime.DecimalFormat.zeroDigit
char zeroDigit
Definition
DecimalFormat.cs:11
System.Xml.Xsl.Runtime.DecimalFormat.patternSeparator
char patternSeparator
Definition
DecimalFormat.cs:13
System.Xml.Xsl.Runtime.DecimalFormat
Definition
DecimalFormat.cs:6
System.Globalization
Definition
Calendar.cs:1
System.Xml.Xsl.Runtime
Definition
AncestorDocOrderIterator.cs:4
System.Xml.ValueHandleType.Dictionary
@ Dictionary
source
System.Private.Xml
System.Xml.Xsl.Runtime
DecimalFormat.cs
Generated by
1.10.0