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 | |
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 () |
int | IndexOf (T item) |
void | Insert (int index, T item) |
Properties | |
virtual int | Count [get] |
virtual bool | IsReadOnly [get] |
bool IList. | IsFixedSize [get] |
object IList. | this[int index] [get, set] |
bool ICollection. | IsSynchronized [get] |
object ICollection. | SyncRoot [get] |
object | UnderlyingCollection [get] |
Private Member Functions | |
IEnumerator IEnumerable. | GetEnumerator () |
int IList. | Add (object value) |
bool IList. | Contains (object value) |
int IList. | IndexOf (object value) |
void IList. | RemoveAt (int index) |
void IList. | Insert (int index, object value) |
void IList. | Remove (object value) |
void 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 10 of file CollectionWrapper.cs.