Click or drag to resize

ProjectWriteRaw Method

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected void WriteRaw(
	XmlWriter xmlWriter,
	string rawData,
	string namespace
)

Parameters

xmlWriter
Type: System.XmlXmlWriter
rawData
Type: SystemString
namespace
Type: SystemString
See Also