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 | |
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] |
int | Count [get] |
bool | IsSynchronized [get] |
object | SyncRoot [get] |
bool | IsReadOnly [get] |
Private Member Functions | |
IEnumerator IEnumerable. | GetEnumerator () |
void ICollection. | CopyTo (Array array, int index) |
Private Attributes | |
readonly List< Oid > | _list |
Definition at line 9 of file OidCollection.cs.