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 | |
void | ApplySort (ListSortDescriptionCollection sorts) |
void | RemoveFilter () |
object | AddNew () |
void | AddIndex (PropertyDescriptor property) |
void | ApplySort (PropertyDescriptor property, ListSortDirection direction) |
int | Find (PropertyDescriptor property, object key) |
void | RemoveIndex (PropertyDescriptor property) |
void | RemoveSort () |
int | Add (object value) |
bool | Contains (object value) |
void | Clear () |
int | IndexOf (object value) |
void | Insert (int index, object value) |
void | Remove (object value) |
void | RemoveAt (int index) |
void | CopyTo (global::System.Array array, int index) |
IEnumerator | GetEnumerator () |
Properties | |
string | Filter [get, set] |
ListSortDescriptionCollection | SortDescriptions [get] |
bool | SupportsAdvancedSorting [get] |
bool | SupportsFiltering [get] |
bool | AllowNew [get] |
bool | AllowEdit [get] |
bool | AllowRemove [get] |
bool | SupportsChangeNotification [get] |
bool | SupportsSearching [get] |
bool | SupportsSorting [get] |
bool | IsSorted [get] |
PropertyDescriptor | SortProperty [get] |
ListSortDirection | SortDirection [get] |
object | this[int index] [get, set] |
bool | IsReadOnly [get] |
bool | IsFixedSize [get] |
int | Count [get] |
object | SyncRoot [get] |
bool | IsSynchronized [get] |
Events | |
ListChangedEventHandler | ListChanged |
Definition at line 8 of file IBindingListView.cs.