Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
ListSortDescriptionCollection () | |
ListSortDescriptionCollection (ListSortDescription?[]? sorts) | |
bool | Contains (object? value) |
int | IndexOf (object? value) |
void | CopyTo (Array array, int index) |
int | Add (object? value) |
void | Insert (int index, object? value) |
void | Remove (object? value) |
Properties | |
ListSortDescription? | this[int index] [get, set] |
bool IList. | IsFixedSize [get] |
bool IList. | IsReadOnly [get] |
object? IList. | this[int index] [get, set] |
int | Count [get] |
bool ICollection. | IsSynchronized [get] |
object ICollection. | SyncRoot [get] |
Private Member Functions | |
int IList. | Add (object value) |
void IList. | Clear () |
void IList. | Insert (int index, object value) |
void IList. | Remove (object value) |
void IList. | RemoveAt (int index) |
IEnumerator IEnumerable. | GetEnumerator () |
Private Attributes | |
readonly ArrayList | _sorts = new ArrayList() |
Definition at line 5 of file ListSortDescriptionCollection.cs.