Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.ByteStack Class Referencesealed

Public Member Functions

 ByteStack (int growthRate)
 
void Push (byte data)
 
byte Pop ()
 

Private Attributes

byte[] _stack
 
readonly int _growthRate
 
int _top
 
int _size
 

Detailed Description

Definition at line 3 of file ByteStack.cs.


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