terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Telepathy.SafeQueue< T > Class Template Reference
+ Inheritance diagram for Telepathy.SafeQueue< T >:
+ Collaboration diagram for Telepathy.SafeQueue< T >:

Public Member Functions

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

Properties

int Count [get, set]
 

Private Attributes

Queue< T > queue
 

Detailed Description

Definition at line 11 of file SafeQueue.cs.


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