terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
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 = 28 , System.Reflection.ReferenceTypeConstraint = 4 , System.Reflection.NotNullableValueTypeConstraint = 8 , System.Reflection.DefaultConstructorConstraint = 16
}