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
InControl.Internal.RingBuffer< T > Class Template Reference
+ Collaboration diagram for InControl.Internal.RingBuffer< T >:

Public Member Functions

 RingBuffer (int size)
 
void Enqueue (T value)
 
T Dequeue ()
 

Private Attributes

readonly int size
 
readonly T[] data
 
int head
 
int tail
 
readonly object sync
 

Detailed Description

Definition at line 9 of file RingBuffer.cs.


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