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
Go to the documentation of this file.
1using System;
2
3namespace System.Reflection
4{
5 // Token: 0x020004D5 RID: 1237
6 [Flags]
8 {
9 // Token: 0x040013A8 RID: 5032
10 None = 0,
11 // Token: 0x040013A9 RID: 5033
12 VarianceMask = 3,
13 // Token: 0x040013AA RID: 5034
14 Covariant = 1,
15 // Token: 0x040013AB RID: 5035
16 Contravariant = 2,
17 // Token: 0x040013AC RID: 5036
19 // Token: 0x040013AD RID: 5037
21 // Token: 0x040013AE RID: 5038
23 // Token: 0x040013AF RID: 5039
25 }
26}