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 | |
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 (global::System.Predicate< T > match) |
void | RemoveAt (int index) |
Protected Attributes | |
T[] | _items |
int | _size |
int | _version |
Properties | |
int | Capacity [get, set] |
int | Count [get, set] |
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 12 of file LowLevelList.cs.