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

◆ Remove()

override void System.Net.TrackingStringDictionary.Remove ( string key)
inline

Definition at line 54 of file TrackingStringDictionary.cs.

55 {
56 while (this._isReadOnly)
57 {
58 }
59 base.Remove(key);
60 this._isChanged = true;
61 }
class f__AnonymousType0<< Count > j__TPar

References System.Net.TrackingStringDictionary._isReadOnly, and j__TPar.