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.Threading.SparselyPopulatedArrayFragment< T > Class Template Reference
+ Inheritance diagram for System.Threading.SparselyPopulatedArrayFragment< T >:
+ Collaboration diagram for System.Threading.SparselyPopulatedArrayFragment< T >:

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, set]
 
int Length [get, set]
 
SparselyPopulatedArrayFragment< TPrev [get, set]
 

Detailed Description

Type Constraints
T :class 

Definition at line 8 of file SparselyPopulatedArrayFragment.cs.


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