Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Runtime.Serialization.LongList Class Referencesealed

Package Functions

 LongList ()
 
 LongList (int startingSize)
 
void Add (long value)
 
void StartEnumeration ()
 
bool MoveNext ()
 
bool RemoveElement (long value)
 

Properties

int Count [get]
 
long Current [get]
 

Private Member Functions

void EnlargeArray ()
 

Private Attributes

long[] _values
 
int _count
 
int _totalItems
 
int _currentItem
 

Detailed Description

Definition at line 3 of file LongList.cs.


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