terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
ListSortDescriptionCollection () | |
ListSortDescriptionCollection (ListSortDescription[] sorts) | |
bool | Contains (object value) |
int | IndexOf (object value) |
void | CopyTo (Array array, int index) |
void | CopyTo (global::System.Array array, int index) |
Properties | |
ListSortDescription | this[int index] [get, set] |
bool System.Collections.IList. | IsFixedSize [get, set] |
bool System.Collections.IList. | IsReadOnly [get, set] |
object System.Collections.IList. | Item [get, set] |
int | Count [get, set] |
bool System.Collections.ICollection. | IsSynchronized [get, set] |
object System.Collections.ICollection. | SyncRoot [get, set] |
Private Member Functions | |
int System.Collections.IList. | Add (object value) |
void System.Collections.IList. | Clear () |
void System.Collections.IList. | Insert (int index, object value) |
void System.Collections.IList. | Remove (object value) |
void System.Collections.IList. | RemoveAt (int index) |
IEnumerator System.Collections.IEnumerable. | GetEnumerator () |
Private Attributes | |
ArrayList | _sorts |
Definition at line 9 of file ListSortDescriptionCollection.cs.