Click or drag to resize

LiteralAsTextConstantValue Method

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static void AsTextConstantValue(
	CodeWriter writer,
	CodeObjectRenderFlags flags,
	Object constantValue,
	bool hexFormat,
	CodeObject parent = null
)

Parameters

writer
Type: Nova.RenderingCodeWriter
flags
Type: Nova.CodeDOMCodeObjectRenderFlags
constantValue
Type: SystemObject
hexFormat
Type: SystemBoolean
parent (Optional)
Type: Nova.CodeDOMCodeObject
See Also