terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
ListSortDescriptionCollection () | |
ListSortDescriptionCollection (ListSortDescription[] sorts) | |
bool | Contains (object value) |
int | IndexOf (object value) |
void | CopyTo (Array array, int index) |
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 | |
ArrayList | _sorts |
Definition at line 8 of file ListSortDescriptionCollection.cs.