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

Go to the source code of this file.

Namespaces

namespace  System
 
namespace  System.Reflection
 

Enumerations

enum  System.Reflection.ParameterAttributes {
  System.Reflection.None = 0 , System.Reflection.In = 1 , System.Reflection.Out = 2 , System.Reflection.Lcid = 4 ,
  System.Reflection.Retval = 8 , System.Reflection.Optional = 0x10 , System.Reflection.HasDefault = 0x1000 , System.Reflection.HasFieldMarshal = 0x2000 ,
  System.Reflection.Reserved3 = 0x4000 , System.Reflection.Reserved4 = 0x8000 , System.Reflection.ReservedMask = 0xF000
}