Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
int | Add (object value) |
void | Clear () |
bool | Contains (object value) |
void | CopyTo (Array array, int index) |
IEnumerator | GetEnumerator () |
int | IndexOf (object value) |
void | Insert (int index, object value) |
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 list) | |
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 3 of file ReadOnlyList.cs.