|
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
|
Inheritance diagram for System.Collections.Specialized.StringCollection:
Collaboration diagram for System.Collections.Specialized.StringCollection: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 () | |
| void | CopyTo (global::System.Array array, int index) |
Properties | |
| string | this[int index] [get, set] |
| int | Count [get, set] |
| bool System.Collections.IList. | IsReadOnly [get, set] |
| bool System.Collections.IList. | IsFixedSize [get, set] |
| bool | IsSynchronized [get, set] |
| object | SyncRoot [get, set] |
| object System.Collections.IList. | Item [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) |
| IEnumerator System.Collections.IEnumerable. | GetEnumerator () |
Private Attributes | |
| readonly ArrayList | data |
Definition at line 10 of file StringCollection.cs.