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
BitVector32.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000417 RID: 1047
7 public struct BitVector32
8 {
9 // Token: 0x17000640 RID: 1600
10 public bool this[int bit]
11 {
12 get
13 {
14 throw new global::Cpp2IlInjected.AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
15 }
16 set
17 {
18 }
19 }
20
21 // Token: 0x06001C22 RID: 7202 RVA: 0x0004D158 File Offset: 0x0004B358
22 public static int CreateMask()
23 {
24 return 1;
25 }
26
27 // Token: 0x06001C23 RID: 7203 RVA: 0x0004D168 File Offset: 0x0004B368
28 public static int CreateMask(int previous)
29 {
30 return 1;
31 }
32
33 // Token: 0x06001C24 RID: 7204 RVA: 0x0004D178 File Offset: 0x0004B378
34 public override bool Equals(object o)
35 {
36 if (o != null)
37 {
38 return;
39 }
40 }
41
42 // Token: 0x06001C25 RID: 7205 RVA: 0x0004D18C File Offset: 0x0004B38C
43 public override int GetHashCode()
44 {
45 int num;
46 return num;
47 }
48
49 // Token: 0x06001C26 RID: 7206 RVA: 0x00002050 File Offset: 0x00000250
50 public static string ToString(BitVector32 value)
51 {
52 throw new global::Cpp2IlInjected.AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
53 }
54
55 // Token: 0x06001C27 RID: 7207 RVA: 0x0004D19C File Offset: 0x0004B39C
56 public override string ToString()
57 {
58 string text;
59 return text;
60 }
61
62 // Token: 0x04001395 RID: 5013
63 private uint _data;
64 }
65}
class f__AnonymousType0<< Count > j__TPar
static string ToString(BitVector32 value)