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 | |
int | Add (TraceListener listener) |
void | Clear () |
IEnumerator | GetEnumerator () |
void | RemoveAt (int index) |
Package Functions | |
TraceListenerCollection () | |
void | InitializeListener (TraceListener listener) |
Properties | |
int | Count [get] |
object IList. | this[int index] [get, set] |
bool IList. | IsReadOnly [get] |
bool IList. | IsFixedSize [get] |
object ICollection. | SyncRoot [get] |
bool ICollection. | IsSynchronized [get] |
Private Member Functions | |
int IList. | Add (object value) |
bool IList. | Contains (object value) |
int IList. | IndexOf (object value) |
void IList. | Insert (int index, object value) |
void IList. | Remove (object value) |
void ICollection. | CopyTo (Array array, int index) |
Private Attributes | |
ArrayList | list |
Definition at line 10 of file TraceListenerCollection.cs.