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
TypeDescriptionProviderAttribute.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x020003C2 RID: 962
9 {
10 // Token: 0x06001997 RID: 6551 RVA: 0x000475AC File Offset: 0x000457AC
11 public TypeDescriptionProviderAttribute(string typeName)
12 {
13 do
14 {
15 base..ctor();
16 }
17 while (typeName == null);
18 this.TypeName = typeName;
19 }
20
21 // Token: 0x06001998 RID: 6552 RVA: 0x000475CC File Offset: 0x000457CC
23 {
24 if (!true)
25 {
26 }
27 this.TypeName = type;
28 }
29
30 // Token: 0x170005D6 RID: 1494
31 // (get) Token: 0x06001999 RID: 6553 RVA: 0x000475EC File Offset: 0x000457EC
32 public string TypeName
33 {
35 get
36 {
37 return this.<TypeName>k__BackingField;
38 }
39 }
40
41 // Token: 0x040012D7 RID: 4823
44 }
45}
class f__AnonymousType0<< Count > j__TPar