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.
1using System;
2
4{
5 // Token: 0x02000423 RID: 1059
7 {
8 // Token: 0x06001CAB RID: 7339 RVA: 0x0004E084 File Offset: 0x0004C284
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 }
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 }
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 }
48 }
49 }
50}