Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
NumericType.cs
Go to the documentation of this file.
1
namespace
System.Text.Json
;
2
3
internal
enum
NumericType
4
{
5
Byte
,
6
SByte
,
7
Int16
,
8
Int32
,
9
Int64
,
10
UInt16
,
11
UInt32
,
12
UInt64
,
13
Single
,
14
Double
,
15
Decimal
16
}
System.Text.Json.NumericType
NumericType
Definition
NumericType.cs:4
System.Text.Json.NumericType.Int16
@ Int16
System.Text.Json.NumericType.Single
@ Single
System.Text.Json.NumericType.SByte
@ SByte
System.Text.Json.NumericType.UInt16
@ UInt16
System.Text.Json.NumericType.Byte
@ Byte
System.Text.Json.NumericType.UInt64
@ UInt64
System.Text.Json.NumericType.Int32
@ Int32
System.Text.Json.NumericType.Double
@ Double
System.Text.Json.NumericType.UInt32
@ UInt32
System.Text.Json.NumericType.Int64
@ Int64
System.Text.Json
Definition
JsonArray.cs:7
System.Decimal
Definition
Decimal.cs:18
source
System.Text.Json
System.Text.Json
NumericType.cs
Generated by
1.10.0