PropertiesWriter(XmlWriter) Constructor
Constructor of the
PropertiesWriter class taking a
writer to create an object instance with.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public PropertiesWriter(
XmlWriter writer
)
Public Sub New (
writer As XmlWriter
)
public:
PropertiesWriter(
XmlWriter^ writer
)
new :
writer : XmlWriter -> PropertiesWriter
Parameters
- writer XmlWriter
- XML writer to create an object instance with.