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

◆ Count

int Telepathy.SafeQueue< T >.Count
get

Definition at line 13 of file SafeQueue.cs.

14 {
15 get
16 {
17 Queue queue = this.queue;
18 Queue queue2 = this.queue;
19 long num = 0L;
21 if (num == 0L)
22 {
23 }
24 throw new OutOfMemoryException();
25 }
26 }
class f__AnonymousType0<< Count > j__TPar
static void Exit(object obj)
Definition Monitor.cs:47
Queue< T > queue
Definition SafeQueue.cs:92