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

override void System.Collections.Hashtable.SyncHashtable.Add ( object key,
object value )
inlinevirtual

Reimplemented from System.Collections.Hashtable.

Definition at line 1126 of file Hashtable.cs.

1127 {
1128 Hashtable table = this._table;
1129 Hashtable table2 = this._table;
1130 long num = 0L;
1131 Monitor.Exit(table);
1132 if (num == 0L)
1133 {
1134 return;
1135 }
1136 throw new OutOfMemoryException();
1137 }
class f__AnonymousType0<< Count > j__TPar
static void Exit(object obj)
Definition Monitor.cs:47

References System.Collections.Hashtable.SyncHashtable._table, System.Threading.Monitor.Exit(), j__TPar, and System.L.