PropertiesWriter(XmlWriter) Constructor

Constructor of the PropertiesWriter class taking a writer to create an object instance with.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public PropertiesWriter(
	XmlWriter writer
)

Parameters

writer  XmlWriter
XML writer to create an object instance with.

See Also