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

◆ Clear()

override void System.Collections.Hashtable.SyncHashtable.Clear ( )
inlinevirtual

Reimplemented from System.Collections.Hashtable.

Definition at line 1140 of file Hashtable.cs.

1141 {
1142 Hashtable table = this._table;
1143 Hashtable table2 = this._table;
1144 long num = 0L;
1145 Monitor.Exit(table);
1146 if (num == 0L)
1147 {
1148 return;
1149 }
1150 throw new OutOfMemoryException();
1151 }
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.