Click or drag to resize

ConstDefaultValue Constructor

Initializes a new instance of the ConstDefaultValue class.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public ConstDefaultValue(
	Object value
)

Parameters

value
Type: SystemObject
The value.
See Also