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.Hashtable.Add ( object key,
object value )
inlinevirtualinherited

Implements System.Collections.IDictionary.

Reimplemented in System.Collections.Hashtable.SyncHashtable.

Definition at line 115 of file Hashtable.cs.

116 {
117 this.Insert(key, value, true);
118 }

References System.Insert, and System.value.