Terraria
v1.4.4.9
Terraria source code documentation
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Events
_
a
c
d
e
f
i
l
m
o
p
r
s
t
u
w
Files
File List
File Members
All
Enumerations
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Events
Macros
Loading...
Searching...
No Matches
◆
NumericType
enum
System.Text.Json.NumericType
package
Enumerator
Byte
SByte
Int16
Int32
Int64
UInt16
UInt32
UInt64
Single
Double
Decimal
Definition at line
3
of file
NumericType.cs
.
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.Byte
Definition
Byte.cs:12
System.Decimal
Definition
Decimal.cs:18
System.Double
Definition
Double.cs:12
System.Int16
Definition
Int16.cs:12
System.Int32
Definition
Int32.cs:12
System.Int64
Definition
Int64.cs:12
System.SByte
Definition
SByte.cs:13
System.Single
Definition
Single.cs:12
System.UInt16
Definition
UInt16.cs:13
System.UInt32
Definition
UInt32.cs:13
System.UInt64
Definition
UInt64.cs:13
System
Text
Json
Generated by
1.10.0