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()

virtual void System.Collections.Specialized.StringDictionary.Remove ( string key)
inlinevirtual

Reimplemented in System.Collections.Specialized.CaseSensitiveStringDictionary.

Definition at line 63 of file StringDictionary.cs.

64 {
65 while (key == null)
66 {
67 }
68 Hashtable hashtable = this.contents;
69 string text = key.ToLowerInvariant();
70 }
class f__AnonymousType0<< Count > j__TPar

References System.Collections.Specialized.StringDictionary.contents, j__TPar, System.key, and System.text.