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 | |
ListChangedEventArgs (ListChangedType listChangedType, int newIndex) | |
ListChangedEventArgs (ListChangedType listChangedType, int newIndex, PropertyDescriptor propDesc) | |
ListChangedEventArgs (ListChangedType listChangedType, PropertyDescriptor propDesc) | |
ListChangedEventArgs (ListChangedType listChangedType, int newIndex, int oldIndex) | |
Static Public Attributes | |
static readonly global::System.EventArgs | Empty |
Properties | |
ListChangedType | ListChangedType [get, set] |
int | NewIndex [get, set] |
int | OldIndex [get, set] |
PropertyDescriptor | PropertyDescriptor [get, set] |
Private Attributes | |
readonly ListChangedType< ListChangedType > | k__BackingField |
readonly int< NewIndex > | k__BackingField |
readonly int< OldIndex > | k__BackingField |
readonly PropertyDescriptor< PropertyDescriptor > | k__BackingField |
Definition at line 9 of file ListChangedEventArgs.cs.