Click or drag to resize
ProjectSerializer Constructor (XmlWriter)
Initializes a new instance of the ProjectSerializer class.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Xml
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public ProjectSerializer(
	XmlWriter writer
)

Parameters

writer
Type: System.XmlXmlWriter
The writer.
See Also