|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| int | Add (string? value) |
| void | AddRange (string[] value) |
| void | Clear () |
| bool | Contains (string? value) |
| void | CopyTo (string[] array, int index) |
| StringEnumerator | GetEnumerator () |
| int | IndexOf (string? value) |
| void | Insert (int index, string? value) |
| void | Remove (string? value) |
| void | RemoveAt (int index) |
| int | Add (object? value) |
| bool | Contains (object? value) |
| int | IndexOf (object? value) |
| void | Insert (int index, object? value) |
| void | Remove (object? value) |
Properties | |
| string? | this[int index] [get, set] |
| int | Count [get] |
| bool IList. | IsReadOnly [get] |
| bool IList. | IsFixedSize [get] |
| bool | IsReadOnly [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 = new ArrayList() |
Definition at line 7 of file StringCollection.cs.