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.Collections.Hashtable.SyncHashtable.Remove ( object key)
inlinevirtual

Reimplemented from System.Collections.Hashtable.

Definition at line 1316 of file Hashtable.cs.

1317 {
1318 Hashtable table = this._table;
1319 Hashtable table2 = this._table;
1320 long num = 0L;
1321 Monitor.Exit(table);
1322 if (num == 0L)
1323 {
1324 return;
1325 }
1326 throw new OutOfMemoryException();
1327 }
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.