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

Go to the source code of this file.

Namespaces

namespace  System
 
namespace  System.Reflection
 

Enumerations

enum  System.Reflection.GenericParameterAttributes {
  System.Reflection.None = 0 , System.Reflection.VarianceMask = 3 , System.Reflection.Covariant = 1 , System.Reflection.Contravariant = 2 ,
  System.Reflection.SpecialConstraintMask = 0x1C , System.Reflection.ReferenceTypeConstraint = 4 , System.Reflection.NotNullableValueTypeConstraint = 8 , System.Reflection.DefaultConstructorConstraint = 0x10
}