Click or drag to resize

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.5.288
Syntax
C#
public SettingsSerializer(
	Object ParentSettingsClass
)

Parameters

ParentSettingsClass  Object
The class that owns the fields/properties to access through reflection. Usually, "this".
See Also