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

◆ IEnumerator

Definition at line 62 of file OrderedEnumerable.cs.

63 {
64 // Token: 0x0600011B RID: 283 RVA: 0x00003CE4 File Offset: 0x00001EE4
67 {
68 this.<>1__state = <>1__state;
69 }
70
71 // Token: 0x0600011C RID: 284 RVA: 0x00003D00 File Offset: 0x00001F00
73 void IDisposable.Dispose()
74 {
75 }
76
77 // Token: 0x0600011D RID: 285 RVA: 0x00002050 File Offset: 0x00000250
78 private bool MoveNext()
79 {
80 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
81 }
82
83 // Token: 0x17000029 RID: 41
84 // (get) Token: 0x0600011E RID: 286 RVA: 0x00002050 File Offset: 0x00000250
86 {
88 get
89 {
90 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
91 }
92 }
93
94 // Token: 0x0600011F RID: 287 RVA: 0x00002050 File Offset: 0x00000250
96 void IEnumerator.Reset()
97 {
98 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
99 }
100
101 // Token: 0x1700002A RID: 42
102 // (get) Token: 0x06000120 RID: 288 RVA: 0x00002050 File Offset: 0x00000250
104 {
106 get
107 {
108 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
109 }
110 }
111
112 // Token: 0x04000093 RID: 147
113 private int <>1__state;
114
115 // Token: 0x04000094 RID: 148
116 private TElement <>2__current;
117
118 // Token: 0x04000095 RID: 149
119 public OrderedEnumerable<TElement> <>4__this;
120
121 // Token: 0x04000096 RID: 150
122 private Buffer<TElement> <buffer>5__2;
123
124 // Token: 0x04000097 RID: 151
125 private int[] <map>5__3;
126
127 // Token: 0x04000098 RID: 152
128 private int <i>5__4;
129 }
class f__AnonymousType0<< Count > j__TPar
class< GetEnumerator > d__1