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
CaseSensitiveStringDictionary.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Collections.Specialized
4
{
5
// Token: 0x02000423 RID: 1059
6
internal
class
CaseSensitiveStringDictionary
:
StringDictionary
7
{
8
// Token: 0x06001CAB RID: 7339 RVA: 0x0004E084 File Offset: 0x0004C284
9
public
CaseSensitiveStringDictionary
()
10
{
11
}
12
13
// Token: 0x1700066D RID: 1645
14
public
override
string
this
[
string
key
]
15
{
16
get
17
{
18
if
(
key
==
null
|| this.
contents
!=
null
)
19
{
20
}
21
throw
new
InvalidCastException
();
22
}
23
set
24
{
25
while
(
key
==
null
)
26
{
27
}
28
Hashtable
contents
= this.
contents
;
29
}
30
}
31
32
// Token: 0x06001CAE RID: 7342 RVA: 0x0004E0D0 File Offset: 0x0004C2D0
33
public
override
void
Add
(
string
key
,
string
value
)
34
{
35
while
(key ==
null
)
36
{
37
}
38
Hashtable
contents
= this.
contents
;
39
}
40
41
// Token: 0x06001CAF RID: 7343 RVA: 0x0004E0E8 File Offset: 0x0004C2E8
42
public
override
void
Remove
(
string
key
)
43
{
44
while
(key ==
null
)
45
{
46
}
47
Hashtable
contents
= this.
contents
;
48
}
49
}
50
}
System.Collections.Hashtable
Definition
Hashtable.cs:17
System.Collections.Specialized.CaseSensitiveStringDictionary.CaseSensitiveStringDictionary
CaseSensitiveStringDictionary()
Definition
CaseSensitiveStringDictionary.cs:9
System.Collections.Specialized.CaseSensitiveStringDictionary.Add
override void Add(string key, string value)
Definition
CaseSensitiveStringDictionary.cs:33
System.Collections.Specialized.CaseSensitiveStringDictionary.Remove
override void Remove(string key)
Definition
CaseSensitiveStringDictionary.cs:42
System.Collections.Specialized.CaseSensitiveStringDictionary
Definition
CaseSensitiveStringDictionary.cs:7
System.Collections.Specialized.StringDictionary.contents
Hashtable contents
Definition
StringDictionary.cs:73
System.Collections.Specialized.StringDictionary
Definition
StringDictionary.cs:9
System.InvalidCastException
Definition
InvalidCastException.cs:9
System.Collections.Specialized
Definition
BitVector32.cs:5
System.ExceptionArgument.value
@ value
System.ExceptionArgument.key
@ key
System
Definition
__ComObject.cs:4
source
System
Collections
Specialized
CaseSensitiveStringDictionary.cs
Generated by
1.10.0