Click or drag to resize

SettingsSerializerExportToXml Method

Serializes all of the objects currently added to XML

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public void ExportToXml(
	XmlTextWriter xWriter
)

Parameters

xWriter
Type: XmlTextWriter
An XmlTextWriter advanced to the point where it is safe to serialize IE, you cannot serialize to the XML root as the XML spec only allows one root element. When this method returns, you should be in the original XML node path. Remember to properly end and flush the XML before closing.
See Also