Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
PrimitiveSerializationTypeCode
enum
System.Reflection.Metadata.PrimitiveSerializationTypeCode
: byte
Enumerator
Boolean
Byte
SByte
Char
Int16
UInt16
Int32
UInt32
Int64
UInt64
Single
Double
String
Definition at line
3
of file
PrimitiveSerializationTypeCode.cs
.
4
{
5
Boolean
= 2,
6
Byte
= 5,
7
SByte
= 4,
8
Char
= 3,
9
Int16
= 6,
10
UInt16
= 7,
11
Int32
= 8,
12
UInt32
= 9,
13
Int64
= 10,
14
UInt64
= 11,
15
Single
= 12,
16
Double
= 13,
17
String
= 14
18
}
System.String
Definition
String.cs:22
System.Boolean
Definition
Boolean.cs:10
System.Byte
Definition
Byte.cs:12
System.Char
Definition
Char.cs:14
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
Reflection
Metadata
Generated by
1.10.0