Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
TypeCode.cs
Go to the documentation of this file.
1
namespace
System
;
2
3
public
enum
TypeCode
4
{
5
Empty
= 0,
6
Object
= 1,
7
DBNull
= 2,
8
Boolean
= 3,
9
Char
= 4,
10
SByte
= 5,
11
Byte
= 6,
12
Int16
= 7,
13
UInt16
= 8,
14
Int32
= 9,
15
UInt32
= 10,
16
Int64
= 11,
17
UInt64
= 12,
18
Single
= 13,
19
Double
= 14,
20
Decimal
= 15,
21
DateTime
= 16,
22
String
= 18
23
}
System.DBNull
Definition
DBNull.cs:7
System.Empty
Definition
Empty.cs:4
System.Object
Definition
Object.cs:12
System.String
Definition
String.cs:22
System.TypeCode
TypeCode
Definition
TypeCode.cs:4
System
Definition
BlockingCollection.cs:8
System.Boolean
Definition
Boolean.cs:10
System.Byte
Definition
Byte.cs:12
System.Char
Definition
Char.cs:14
System.DateTime
Definition
DateTime.cs:15
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
source
System.Private.CoreLib
System
TypeCode.cs
Generated by
1.10.0