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