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

◆ CopyTo()

override void System.Collections.Hashtable.SyncHashtable.CopyTo ( Array array,
int arrayIndex )
inlinevirtual

Reimplemented from System.Collections.Hashtable.

Definition at line 1202 of file Hashtable.cs.

1203 {
1204 Hashtable table = this._table;
1205 Hashtable table2 = this._table;
1206 long num = 0L;
1207 Monitor.Exit(table);
1208 if (num == 0L)
1209 {
1210 return;
1211 }
1212 throw new OutOfMemoryException();
1213 }
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.