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 | |
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 EventArgs | Empty |
Properties | |
ListChangedType | ListChangedType [get] |
int | NewIndex [get] |
int | OldIndex [get] |
PropertyDescriptor | PropertyDescriptor [get] |
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 7 of file ListChangedEventArgs.cs.