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

Go to the source code of this file.

Namespaces

namespace  System
 
namespace  System.Reflection
 

Enumerations

enum  System.Reflection.CustomAttributeEncoding {
  System.Reflection.Undefined = 0 , System.Reflection.Boolean = 2 , System.Reflection.Char = 3 , System.Reflection.SByte = 4 ,
  System.Reflection.Byte = 5 , System.Reflection.Int16 = 6 , System.Reflection.UInt16 = 7 , System.Reflection.Int32 = 8 ,
  System.Reflection.UInt32 = 9 , System.Reflection.Int64 = 10 , System.Reflection.UInt64 = 11 , System.Reflection.Float = 12 ,
  System.Reflection.Double = 13 , System.Reflection.String = 14 , System.Reflection.Array = 29 , System.Reflection.Type = 80 ,
  System.Reflection.Object = 81 , System.Reflection.Field = 83 , System.Reflection.Property = 84 , System.Reflection.Enum = 85
}