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
System.Runtime.Serialization.LongList Class Reference
+ Collaboration diagram for System.Runtime.Serialization.LongList:

Package Functions

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

Properties

int Count [get, set]
 
long Current [get, set]
 

Private Member Functions

void EnlargeArray ()
 

Private Attributes

long[] m_values
 
int m_count
 
int m_totalItems
 
int m_currentItem
 

Detailed Description

Definition at line 9 of file LongList.cs.


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