Click or drag to resize

CodeWriter Constructor (Boolean, Boolean)

Create a code writer that writes to a string.

Namespace:  Nova.Rendering
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public CodeWriter(
	bool calculateOnly = false,
	bool isGenerated = false
)

Parameters

calculateOnly (Optional)
Type: SystemBoolean
isGenerated (Optional)
Type: SystemBoolean
See Also