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

◆ Keys

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

Implements System.Collections.IDictionary.

Definition at line 1283 of file Hashtable.cs.

1284 {
1285 get
1286 {
1287 Hashtable table = this._table;
1288 Hashtable table2 = this._table;
1289 long num = 0L;
1290 Monitor.Exit(table);
1291 if (num == 0L)
1292 {
1293 }
1294 throw new OutOfMemoryException();
1295 }
1296 }
class f__AnonymousType0<< Count > j__TPar
static void Exit(object obj)
Definition Monitor.cs:47