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.Net.TrackingStringDictionary.this[string key]
getset

Definition at line 64 of file TrackingStringDictionary.cs.

65 {
66 get
67 {
68 return base[key];
69 }
70 set
71 {
72 while (this._isReadOnly)
73 {
74 }
75 base[key] = value;
76 this._isChanged = true;
77 }
78 }
class f__AnonymousType0<< Count > j__TPar