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
|
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 |
Definition at line 9 of file LargeArrayBuilder.cs.