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.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
System.Collections.Specialized
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
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.Collections.Specialized
Definition
BitVector32.cs:5
System.ExceptionArgument.text
@ text
System.ExceptionArgument.value
@ value
System
Definition
__ComObject.cs:4
System.Collections.Specialized.BitVector32.CreateMask
static int CreateMask()
Definition
BitVector32.cs:22
System.Collections.Specialized.BitVector32.ToString
static string ToString(BitVector32 value)
Definition
BitVector32.cs:50
System.Collections.Specialized.BitVector32._data
uint _data
Definition
BitVector32.cs:63
System.Collections.Specialized.BitVector32.GetHashCode
override int GetHashCode()
Definition
BitVector32.cs:43
System.Collections.Specialized.BitVector32.ToString
override string ToString()
Definition
BitVector32.cs:56
System.Collections.Specialized.BitVector32.CreateMask
static int CreateMask(int previous)
Definition
BitVector32.cs:28
System.Collections.Specialized.BitVector32.Equals
override bool Equals(object o)
Definition
BitVector32.cs:34
System.Collections.Specialized.BitVector32
Definition
BitVector32.cs:8
source
System
Collections
Specialized
BitVector32.cs
Generated by
1.10.0