Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.Generic.Deque< T > Class Template Referencesealed

Public Member Functions

void EnqueueTail (T item)
 
T DequeueHead ()
 
T PeekHead ()
 
T DequeueTail ()
 
IEnumerator< TGetEnumerator ()
 

Properties

int Count [get]
 
bool IsEmpty [get]
 

Private Member Functions

void Grow ()
 

Private Attributes

T[] _array = Array.Empty<T>()
 
int _head
 
int _tail
 
int _size
 

Detailed Description

Definition at line 6 of file Deque.cs.


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