terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
LowLevelList () | |
LowLevelList (int capacity) | |
void | Add (T item) |
void | AddRange (IEnumerable< T > collection) |
void | Clear () |
bool | Contains (T item) |
void | CopyTo (T[] array, int arrayIndex) |
int | IndexOf (T item) |
void | Insert (int index, T item) |
void | InsertRange (int index, IEnumerable< T > collection) |
bool | Remove (T item) |
int | RemoveAll (Predicate< T > match) |
void | RemoveAt (int index) |
Protected Attributes | |
T[] | _items |
int | _size |
int | _version |
Properties | |
int | Capacity [get, set] |
int | Count [get] |
T | this[int index] [get, set] |
Private Member Functions | |
void | EnsureCapacity (int min) |
Static Private Member Functions | |
static | LowLevelList () |
Static Private Attributes | |
static readonly T[] | s_emptyArray |
Definition at line 9 of file LowLevelList.cs.