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

Definition at line 84 of file TrackingValidationObjectDictionary.cs.

85 {
86 get
87 {
88 return base[key];
89 }
90 set
91 {
92 long num = 0L;
93 this.PersistValue(key, value, num != 0L);
94 }
95 }
class f__AnonymousType0<< Count > j__TPar
void PersistValue(string key, string value, bool addValue)