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 | |
ReadOnlyCollection (IList< T > list) | |
bool | Contains (T value) |
void | CopyTo (T[] array, int index) |
IEnumerator< T > | GetEnumerator () |
int | IndexOf (T value) |
Properties | |
int | Count [get] |
T | this[int index] [get] |
bool ICollection< T >. | IsReadOnly [get] |
T IList< T >. | this[int index] [get, set] |
bool ICollection. | IsSynchronized [get] |
object ICollection. | SyncRoot [get] |
bool IList. | IsFixedSize [get] |
bool IList. | IsReadOnly [get] |
object IList. | this[int index] [get, set] |
Private Member Functions | |
void ICollection< T >. | Add (T value) |
void ICollection< T >. | Clear () |
void IList< T >. | Insert (int index, T value) |
bool ICollection< T >. | Remove (T value) |
void IList< T >. | RemoveAt (int index) |
IEnumerator IEnumerable. | GetEnumerator () |
void ICollection. | CopyTo (Array array, int index) |
int IList. | Add (object value) |
void IList. | Clear () |
bool IList. | Contains (object value) |
int IList. | IndexOf (object value) |
void IList. | Insert (int index, object value) |
void IList. | Remove (object value) |
void IList. | RemoveAt (int index) |
Static Private Member Functions | |
static bool | IsCompatibleObject (object value) |
Private Attributes | |
IList< T > | list |
object | _syncRoot |
Definition at line 12 of file ReadOnlyCollection.cs.