|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| virtual bool | Contains (T value) |
| virtual int | IndexOf (T value) |
| virtual void | CopyTo (T[] array, int index) |
| virtual IListEnumerator< T > | GetEnumerator () |
| virtual void | Add (T value) |
| virtual void | Insert (int index, T value) |
| virtual bool | Remove (T value) |
| virtual void | RemoveAt (int index) |
| virtual void | Clear () |
| int | Add (object? value) |
| bool | Contains (object? value) |
| int | IndexOf (object? value) |
| void | Insert (int index, object? value) |
| void | Remove (object? value) |
Properties | |
| int | Count [get] |
| T | this[int index] [get, set] |
| virtual bool | IsFixedSize [get] |
| virtual bool | IsReadOnly [get] |
| bool ICollection. | IsSynchronized [get] |
| object ICollection. | SyncRoot [get] |
| object IList. | this[int index] [get, set] |
Private Member Functions | |
| IEnumerator< T > IEnumerable< T >. | GetEnumerator () |
| IEnumerator IEnumerable. | GetEnumerator () |
| void ICollection. | CopyTo (Array array, int index) |
| int IList. | Add (object value) |
| void IList. | Clear () |
| bool IList. | Contains (object value) |
| int IList. | IndexOf (object value) |
| void IList. | Insert (int index, object value) |
| void IList. | Remove (object value) |
Static Private Member Functions | |
| static bool | IsCompatibleType (object value) |
Definition at line 6 of file ListBase.cs.