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]
getset

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 }
class f__AnonymousType0<< Count > j__TPar