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.Collections.Generic.LargeArrayBuilder< T > Struct Template Reference
+ Collaboration diagram for System.Collections.Generic.LargeArrayBuilder< T >:

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, ref T[] destination, ref 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 9 of file LargeArrayBuilder.cs.


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