Click or drag to resize

DefaultValue  Conversion (Int32 to DefaultValue)

Performs an implicit conversion from Int32 to DefaultValue.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public static implicit operator DefaultValue (
	int intConst
)

Parameters

intConst
Type: SystemInt32
The int constant.

Return Value

Type: DefaultValue
The result of the conversion.
See Also