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]

override string System.Collections.Specialized.CaseSensitiveStringDictionary.this[string key]
getset

Definition at line 14 of file CaseSensitiveStringDictionary.cs.

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 }