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 (string value) |
void | Clear () |
bool | Contains (string value) |
void | CopyTo (string[] array, int index) |
int | IndexOf (string value) |
void | Insert (int index, string value) |
void | Remove (string value) |
void | RemoveAt (int index) |
StringCollection () | |
Properties | |
string | this[int index] [get, set] |
int | Count [get] |
bool IList. | IsReadOnly [get] |
bool IList. | IsFixedSize [get] |
bool | IsSynchronized [get] |
object | SyncRoot [get] |
object IList. | this[int index] [get, set] |
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) |
IEnumerator IEnumerable. | GetEnumerator () |
Private Attributes | |
readonly ArrayList | data |
Definition at line 7 of file StringCollection.cs.