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 | |
SettingsPropertyCollection () | |
void | Add (SettingsProperty property) |
void | Clear () |
object | Clone () |
void | CopyTo (Array array, int index) |
IEnumerator | GetEnumerator () |
void | Remove (string name) |
void | SetReadOnly () |
Protected Member Functions | |
virtual void | OnAdd (SettingsProperty property) |
virtual void | OnAddComplete (SettingsProperty property) |
virtual void | OnClear () |
virtual void | OnClearComplete () |
virtual void | OnRemove (SettingsProperty property) |
virtual void | OnRemoveComplete (SettingsProperty property) |
Properties | |
int | Count [get] |
bool | IsSynchronized [get] |
SettingsProperty | this[string name] [get] |
object | SyncRoot [get] |
Definition at line 7 of file SettingsPropertyCollection.cs.