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