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
|
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 (global::System.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 System.Collections.Generic.ICollection< T >. | IsReadOnly [get, set] |
int | Capacity [get, set] |
int | Count [get, set] |
T | this[int index] [get, set] |
T | this[int index] [get, set] |
int | Count [get] |
Private Member Functions | |
IEnumerator< T > System.Collections.Generic.IEnumerable< T >. | GetEnumerator () |
IEnumerator System.Collections.IEnumerable. | GetEnumerator () |
void | EnsureCapacity (int min) |
Static Private Attributes | |
static readonly T[] | s_emptyArray |
Definition at line 10 of file LowLevelListWithIList.cs.