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 | |
CollectionWrapper (IList list) | |
CollectionWrapper (ICollection< T > list) | |
virtual void | Add (T item) |
virtual void | Clear () |
virtual bool | Contains (T item) |
virtual void | CopyTo (T[] array, int arrayIndex) |
virtual bool | Remove (T item) |
virtual IEnumerator< T > | GetEnumerator () |
void | CopyTo (global::System.Array array, int index) |
int | IndexOf (T item) |
void | Insert (int index, T item) |
Properties | |
virtual int | Count [get, set] |
virtual bool | IsReadOnly [get, set] |
bool System.Collections.IList. | IsFixedSize [get, set] |
object System.Collections.IList. | Item [get, set] |
bool System.Collections.ICollection. | IsSynchronized [get, set] |
object System.Collections.ICollection. | SyncRoot [get, set] |
object | UnderlyingCollection [get, set] |
object | this[int index] [get, set] |
T | this[int index] [get, set] |
Private Member Functions | |
IEnumerator System.Collections.IEnumerable. | GetEnumerator () |
int System.Collections.IList. | Add (object value) |
bool System.Collections.IList. | Contains (object value) |
int System.Collections.IList. | IndexOf (object value) |
void System.Collections.IList. | RemoveAt (int index) |
void System.Collections.IList. | Insert (int index, object value) |
void System.Collections.IList. | Remove (object value) |
void System.Collections.ICollection. | CopyTo (Array array, int arrayIndex) |
Static Private Member Functions | |
static void | VerifyValueType (object value) |
static bool | IsCompatibleObject (object value) |
Private Attributes | |
readonly IList | _list |
readonly ICollection< T > | _genericCollection |
object | _syncRoot |
Definition at line 14 of file CollectionWrapper.cs.