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
◆
this[string key]
virtual
string System.Collections.Specialized.StringDictionary.this[string
key
]
get
set
Definition at line
16
of file
StringDictionary.cs
.
17
{
18
get
19
{
20
if
(
key
!=
null
)
21
{
22
Hashtable
hashtable
= this.
contents
;
23
string
text
=
key
.ToLowerInvariant();
24
if
(hashtable !=
null
)
25
{
26
}
27
}
28
throw
new
InvalidCastException
();
29
}
30
set
31
{
32
while
(
key
==
null
)
33
{
34
}
35
Hashtable
hashtable
= this.
contents
;
36
string
text =
key
.ToLowerInvariant();
37
}
38
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Collections.Specialized.StringDictionary.contents
Hashtable contents
Definition
StringDictionary.cs:73
System.InvalidCastException
Definition
InvalidCastException.cs:9
System.ExceptionArgument.text
@ text
System.ExceptionArgument.key
@ key
System
Collections
Specialized
StringDictionary
Generated by
1.10.0