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

Go to the source code of this file.

Namespaces

namespace  System
 
namespace  System.Reflection
 

Enumerations

enum  System.Reflection.MethodSemanticsAttributes {
  System.Reflection.Setter = 1 , System.Reflection.Getter = 2 , System.Reflection.Other = 4 , System.Reflection.AddOn = 8 ,
  System.Reflection.RemoveOn = 0x10 , System.Reflection.Fire = 0x20 , System.Reflection.Setter = 1 , System.Reflection.Getter = 2 ,
  System.Reflection.Other = 4 , System.Reflection.Adder = 8 , System.Reflection.Remover = 0x10 , System.Reflection.Raiser = 0x20
}