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 | |
void | Add (T item) |
void | UncheckedAdd (T item) |
Properties | |
int | Capacity [get, set] |
int | Count [get, set] |
T | this[int index] [get, set] |
Private Member Functions | |
void | EnsureCapacity (int minimum) |
Private Attributes | |
T[] | _array |
int | _count |
Definition at line 8 of file ArrayBuilder.cs.