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

Public Member Functions

object Clone ()
 

Package Functions

 HWStack (int GrowthRate)
 
 HWStack (int GrowthRate, int limit)
 
object Push ()
 
object Pop ()
 
object Peek ()
 
void AddToTop (object o)
 

Properties

object this[int index] [get, set]
 
int Length [get]
 

Private Member Functions

 HWStack (object[] stack, int growthRate, int used, int size)
 

Private Attributes

object[] _stack
 
readonly int _growthRate
 
int _used
 
int _size
 
readonly int _limit
 

Detailed Description

Definition at line 3 of file HWStack.cs.


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