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 | |
override int | Add (object obj) |
override void | AddRange (ICollection c) |
override void | Clear () |
override object | Clone () |
override bool | Contains (object obj) |
override void | CopyTo (Array array, int index) |
override void | CopyTo (int index, Array array, int arrayIndex, int count) |
override IEnumerator | GetEnumerator () |
override int | IndexOf (object value) |
override void | Insert (int index, object obj) |
override void | InsertRange (int index, ICollection c) |
override void | Remove (object value) |
override void | RemoveAt (int index) |
override void | RemoveRange (int index, int count) |
override void | Sort (int index, int count, IComparer comparer) |
override object[] | ToArray () |
override Array | ToArray (Type type) |
virtual void | CopyTo (Array array) |
virtual void | Sort (IComparer comparer) |
Static Public Member Functions | |
static ArrayList | Adapter (IList list) |
static ArrayList | ReadOnly (ArrayList list) |
Package Functions | |
IListWrapper (IList list) | |
Properties | |
override int | Capacity [set] |
override int | Count [get] |
override bool | IsReadOnly [get] |
override bool | IsFixedSize [get] |
override bool | IsSynchronized [get] |
override object | this[int index] [get, set] |
override object | SyncRoot [get] |
Private Member Functions | |
void | EnsureCapacity (int min) |
Private Attributes | |
IList | _list |
object[] | _items |
int | _size |
int | _version |
object | _syncRoot |
Definition at line 412 of file ArrayList.cs.