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
SerializationEntry.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x020003C9 RID: 969
8 {
9 // Token: 0x06001ECB RID: 7883 RVA: 0x00043500 File Offset: 0x00041700
16
17 // Token: 0x1700040A RID: 1034
18 // (get) Token: 0x06001ECC RID: 7884 RVA: 0x00043524 File Offset: 0x00041724
19 public object Value
20 {
21 get
22 {
23 return this._value;
24 }
25 }
26
27 // Token: 0x1700040B RID: 1035
28 // (get) Token: 0x06001ECD RID: 7885 RVA: 0x0000207A File Offset: 0x0000027A
29 public string Name
30 {
31 get
32 {
33 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
34 }
35 }
36
37 // Token: 0x04000F76 RID: 3958
38 private readonly string _name;
39
40 // Token: 0x04000F77 RID: 3959
41 private readonly object _value;
42
43 // Token: 0x04000F78 RID: 3960
45 }
46}
class f__AnonymousType0<< Count > j__TPar
SerializationEntry(string entryName, object entryValue, Type entryType)