Click or drag to resize

CodeWriter Constructor (String, Encoding, Boolean, Boolean, Boolean)

Create a code writer that writes to a text file.

Namespace:  Nova.Rendering
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public CodeWriter(
	string fileName,
	Encoding encoding,
	bool hasUTF8BOM,
	bool useTabs,
	bool isGenerated = false
)

Parameters

fileName
Type: SystemString
encoding
Type: System.TextEncoding
hasUTF8BOM
Type: SystemBoolean
useTabs
Type: SystemBoolean
isGenerated (Optional)
Type: SystemBoolean
See Also