Click or drag to resize

Literal Constructor (Object, Boolean)

Create a literal from the specified object (which can be any valid literal type, null, or an EnumConstant).

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public Literal(
	Object obj,
	bool hexFormat = false
)

Parameters

obj
Type: SystemObject
hexFormat (Optional)
Type: SystemBoolean
See Also