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.Collections.Generic.LargeArrayBuilder< T > Struct Template Reference

Public Member Functions

 LargeArrayBuilder (bool initialize)
 
 LargeArrayBuilder (int maxCapacity)
 
void AddRange (IEnumerable< T > items)
 
void CopyTo (T[] array, int arrayIndex, int count)
 
T[] GetBuffer (int index)
 
T[] ToArray ()
 
bool TryMove ([Out] T[] array)
 

Private Member Functions

void AddWithBufferAllocation (T item, T[] destination, int index)
 
void AllocateBuffer ()
 

Private Attributes

readonly int _maxCapacity
 
T[] _first
 
ArrayBuilder< T[]> _buffers
 
T[] _current
 
int _index
 
int _count
 

Detailed Description

Definition at line 8 of file LargeArrayBuilder.cs.


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