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
ArgIterator.cs
Go to the documentation of this file.
1using System;
4
5namespace System
6{
7 // Token: 0x0200016A RID: 362
8 [StructLayout(3)]
9 public struct ArgIterator
10 {
11 // Token: 0x06000E92 RID: 3730 RVA: 0x0000207A File Offset: 0x0000027A
12 public override bool Equals(object o)
13 {
14 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
15 }
16
17 // Token: 0x06000E93 RID: 3731 RVA: 0x0000207A File Offset: 0x0000027A
18 public override int GetHashCode()
19 {
20 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
21 }
22
23 // Token: 0x0400064A RID: 1610
24 private IntPtr sig;
25
26 // Token: 0x0400064B RID: 1611
27 private IntPtr args;
28
29 // Token: 0x0400064C RID: 1612
30 private int next_arg;
31
32 // Token: 0x0400064D RID: 1613
33 private int num_args;
34 }
35}
class f__AnonymousType0<< Count > j__TPar
override int GetHashCode()
override bool Equals(object o)