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
ValueTypeFixupInfo.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x020003D6 RID: 982
7 internal sealed class ValueTypeFixupInfo
8 {
9 // Token: 0x06001EFE RID: 7934 RVA: 0x00043B60 File Offset: 0x00041D60
10 public ValueTypeFixupInfo(long containerID, FieldInfo member, int[] parentIndex)
11 {
12 if (parentIndex == null)
13 {
14 }
15 if (containerID == 0L)
16 {
18 this._parentIndex = parentIndex;
19 }
20 if (parentIndex == null)
21 {
22 if (containerID == 0L)
23 {
24 }
27 this._parentIndex = parentIndex;
28 return;
29 }
30 }
31
32 // Token: 0x17000412 RID: 1042
33 // (get) Token: 0x06001EFF RID: 7935 RVA: 0x00043BA4 File Offset: 0x00041DA4
34 public long ContainerID
35 {
36 get
37 {
38 return this._containerID;
39 }
40 }
41
42 // Token: 0x17000413 RID: 1043
43 // (get) Token: 0x06001F00 RID: 7936 RVA: 0x00043BB8 File Offset: 0x00041DB8
45 {
46 get
47 {
48 return this._parentField;
49 }
50 }
51
52 // Token: 0x17000414 RID: 1044
53 // (get) Token: 0x06001F01 RID: 7937 RVA: 0x00043BCC File Offset: 0x00041DCC
54 public int[] ParentIndex
55 {
56 get
57 {
58 return this._parentIndex;
59 }
60 }
61
62 // Token: 0x04000F8B RID: 3979
63 private readonly long _containerID;
64
65 // Token: 0x04000F8C RID: 3980
67
68 // Token: 0x04000F8D RID: 3981
69 private readonly int[] _parentIndex;
70 }
71}
class f__AnonymousType0<< Count > j__TPar
ValueTypeFixupInfo(long containerID, FieldInfo member, int[] parentIndex)