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

◆ Values

override ICollection System.Collections.Hashtable.SyncHashtable.Values
get

Implements System.Collections.IDictionary.

Definition at line 1300 of file Hashtable.cs.

1301 {
1302 get
1303 {
1304 Hashtable table = this._table;
1305 Hashtable table2 = this._table;
1306 long num = 0L;
1307 Monitor.Exit(table);
1308 if (num == 0L)
1309 {
1310 }
1311 throw new OutOfMemoryException();
1312 }
1313 }
class f__AnonymousType0<< Count > j__TPar
static void Exit(object obj)
Definition Monitor.cs:47