|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| int | Add (object obj) |
| void | Clear () |
| bool | Contains (object obj) |
| void | CopyTo (Array array, int index) |
| IEnumerator | GetEnumerator () |
| int | IndexOf (object value) |
| void | Insert (int index, object obj) |
| void | Remove (object 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) |
Package Functions | |
| ReadOnlyList (IList l) | |
Properties | |
| int | Count [get] |
| bool | IsReadOnly [get] |
| bool | IsFixedSize [get] |
| bool | IsSynchronized [get] |
| object | this[int index] [get, set] |
| object | SyncRoot [get] |
Private Attributes | |
| readonly IList | _list |
Definition at line 1265 of file ArrayList.cs.