|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| int | IndexOf (T item) |
| void | Insert (int index, T item) |
| void | RemoveAt (int index) |
| void | Add (T item) |
| void | Clear () |
| bool | Contains (T item) |
| void | CopyTo (T[] array, int index) |
| bool | Remove (T item) |
| IEnumerator< T > | GetEnumerator () |
| int | Add (object? value) |
| bool | Contains (object? value) |
| int | IndexOf (object? value) |
| void | Insert (int index, object? value) |
| void | Remove (object? value) |
| void | CopyTo (Array array, int index) |
Protected Member Functions | |
| T | GetElement (int index) |
Properties | |
| T | First [get] |
| int | ElementCount [get] |
| T | this[int index] [get, set] |
| int | Count [get] |
| bool | IsReadOnly [get] |
| bool | IsFixedSize [get] |
| object | SyncRoot [get] |
| bool | IsSynchronized [get] |
Private Member Functions | |
| IEnumerator IEnumerable. | GetEnumerator () |
| T | : | class |
Definition at line 8 of file ListProvider.cs.