Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
PrimitiveSerializationTypeCode.cs File Reference

Go to the source code of this file.

Namespaces

namespace  System
 
namespace  System.Reflection
 
 

Enumerations

enum  System.Reflection.Metadata.PrimitiveSerializationTypeCode : byte {
  System.Reflection.Metadata.Boolean = 2 , System.Reflection.Metadata.Byte = 5 , System.Reflection.Metadata.SByte = 4 , System.Reflection.Metadata.Char = 3 ,
  System.Reflection.Metadata.Int16 = 6 , System.Reflection.Metadata.UInt16 = 7 , System.Reflection.Metadata.Int32 = 8 , System.Reflection.Metadata.UInt32 = 9 ,
  System.Reflection.Metadata.Int64 = 10 , System.Reflection.Metadata.UInt64 = 11 , System.Reflection.Metadata.Single = 12 , System.Reflection.Metadata.Double = 13 ,
  System.Reflection.Metadata.String = 14
}