terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Classes | |
struct | Enumerator |
Public Member Functions | |
LowLevelListWithIList () | |
LowLevelListWithIList (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) |
int | IndexOf (T item) |
void | Insert (int index, T item) |
void | RemoveAt (int index) |
void | Add (T item) |
void | Clear () |
bool | Contains (T item) |
void | CopyTo (T[] array, int arrayIndex) |
bool | Remove (T item) |
Protected Attributes | |
T[] | _items |
int | _size |
int | _version |
Properties | |
bool ICollection< T >. | IsReadOnly [get] |
int | Capacity [get, set] |
int | Count [get] |
T | this[int index] [get, set] |
T | this[int index] [get, set] |
int | Count [get] |
Private Member Functions | |
IEnumerator< T > IEnumerable< T >. | GetEnumerator () |
IEnumerator IEnumerable. | GetEnumerator () |
void | EnsureCapacity (int min) |
Static Private Attributes | |
static readonly T[] | s_emptyArray |
Definition at line 7 of file LowLevelListWithIList.cs.