Click or drag to resize

Literal Constructor (Int32)

Create a literal with the specified int value.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public Literal(
	int value
)

Parameters

value
Type: SystemInt32
See Also