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

Go to the source code of this file.

Namespaces

namespace  System
 

Enumerations

enum  System.AttributeTargets {
  System.Assembly = 1 , System.Module = 2 , System.Class = 4 , System.Struct = 8 ,
  System.Enum = 0x10 , System.Constructor = 0x20 , System.Method = 0x40 , System.Property = 0x80 ,
  System.Field = 0x100 , System.Event = 0x200 , System.Interface = 0x400 , System.Parameter = 0x800 ,
  System.Delegate = 0x1000 , System.ReturnValue = 0x2000 , System.GenericParameter = 0x4000 , System.All = 0x7FFF
}