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
Telepathy.SafeQueue< T > Class Template Reference

Public Member Functions

void Enqueue (T item)
 
bool TryDequeue ([Out] T result)
 
bool TryDequeueAll ([Out] T[] result)
 
void Clear ()
 
 SafeQueue ()
 

Properties

int Count [get]
 

Private Attributes

Queue< T > queue
 

Detailed Description

Definition at line 9 of file SafeQueue.cs.


The documentation for this class was generated from the following file: