|
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
|
Inheritance diagram for System.Collections.ArrayList.IListWrapper:
Collaboration diagram for System.Collections.ArrayList.IListWrapper: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 (global::System.Array array, int index) |
| override void | CopyTo (int index, global::System.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 global::System.Array | ToArray (global::System.Type type) |
| virtual void | CopyTo (global::System.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, set] |
| override bool | IsReadOnly [get, set] |
| override bool | IsFixedSize [get, set] |
| override bool | IsSynchronized [get, set] |
| override object | this[int index] [get, set] |
| override object | SyncRoot [get, set] |
Private Member Functions | |
| void | EnsureCapacity (int min) |
Private Attributes | |
| IList | _list |
| object[] | _items |
| int | _size |
| int | _version |
| object | _syncRoot |
Definition at line 820 of file ArrayList.cs.