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.Threading.SparselyPopulatedArrayFragment< T > Class Template Reference

Package Functions

 SparselyPopulatedArrayFragment (int size)
 
 SparselyPopulatedArrayFragment (int size, SparselyPopulatedArrayFragment< T > prev)
 
T SafeAtomicRemove (int index, T expectedElement)
 

Package Attributes

readonly T[] _elements
 
int _freeCount
 
SparselyPopulatedArrayFragment< T_next
 
SparselyPopulatedArrayFragment< T_prev
 

Properties

T this[int index] [get]
 
int Length [get]
 
SparselyPopulatedArrayFragment< TPrev [get]
 

Detailed Description

Type Constraints
T :class 

Definition at line 7 of file SparselyPopulatedArrayFragment.cs.


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