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 | |
OidCollection () | |
int | Add (Oid oid) |
OidEnumerator | GetEnumerator () |
void | Add (T item) |
void | Clear () |
bool | Contains (T item) |
void | CopyTo (T[] array, int arrayIndex) |
bool | Remove (T item) |
Properties | |
Oid | this[int index] [get, set] |
int | Count [get, set] |
bool | IsSynchronized [get, set] |
object | SyncRoot [get, set] |
bool | IsReadOnly [get] |
Private Member Functions | |
IEnumerator System.Collections.IEnumerable. | GetEnumerator () |
void System.Collections.ICollection. | CopyTo (Array array, int index) |
Private Attributes | |
readonly List< Oid > | _list |
Definition at line 11 of file OidCollection.cs.