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

◆ Clone()

override object System.Collections.Hashtable.SyncHashtable.Clone ( )
inlinevirtual

Reimplemented from System.Collections.Hashtable.

Definition at line 1216 of file Hashtable.cs.

1217 {
1218 Hashtable table = this._table;
1219 Hashtable table2 = this._table;
1220 if (table2 != null)
1221 {
1222 }
1224 long num = 0L;
1225 Monitor.Exit(table);
1226 if (num == 0L)
1227 {
1228 throw new InvalidCastException();
1229 }
1230 throw new OutOfMemoryException();
1231 }
class f__AnonymousType0<< Count > j__TPar
static Hashtable Synchronized(Hashtable table)
Definition Hashtable.cs:547
static void Exit(object obj)
Definition Monitor.cs:47

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