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
TypeLoadExceptionHolder.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020003E3 RID: 995
7 {
8 // Token: 0x06001F7F RID: 8063 RVA: 0x0004532C File Offset: 0x0004352C
9 internal TypeLoadExceptionHolder(string typeName)
10 {
11 this.m_typeName = typeName;
12 }
13
14 // Token: 0x17000431 RID: 1073
15 // (get) Token: 0x06001F80 RID: 8064 RVA: 0x00045348 File Offset: 0x00043548
16 internal string TypeName
17 {
18 get
19 {
20 return this.m_typeName;
21 }
22 }
23
24 // Token: 0x04000FBF RID: 4031
25 private string m_typeName;
26 }
27}
class f__AnonymousType0<< Count > j__TPar