terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Runtime.Serialization.LongList Class Reference

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[] m_values
 
int m_count
 
int m_totalItems
 
int m_currentItem
 

Detailed Description

Definition at line 7 of file LongList.cs.


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