SettingsSerializer Constructor |
Store simple settings from controls into an XML element
Namespace:
Advanced_Combat_Tracker
Assembly:
Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.2.285
Syntax public SettingsSerializer(
Object ParentSettingsClass
)
Parameters
- ParentSettingsClass
- Type: SystemObject
The class that owns the fields/properties to access through reflection. Usually, "this".
See Also