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

◆ Add()

virtual void System.Collections.Specialized.StringDictionary.Add ( string key,
string value )
inlinevirtual

Reimplemented in System.Collections.Specialized.CaseSensitiveStringDictionary.

Definition at line 41 of file StringDictionary.cs.

42 {
43 while (key == null)
44 {
45 }
46 Hashtable hashtable = this.contents;
47 string text = key.ToLowerInvariant();
48 }
class f__AnonymousType0<< Count > j__TPar

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