Saves the properties to XML.

Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public void SavePropertiesToXml(
	XmlWriter xmlwriter
)
Visual Basic
Public Sub SavePropertiesToXml ( 
	xmlwriter As XmlWriter
)

Parameters

xmlwriter
Type: System.Xml..::..XmlWriter
XmlWriter.

See Also