DefaultValue Conversion (Int32 to DefaultValue) |
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic static implicit operator DefaultValue (
int intConst
)
Public Shared Widening Operator CType (
intConst As Integer
) As DefaultValue
static implicit operator DefaultValue^ (
int intConst
)
F# does not support the declaration of new casting operators.
Parameters
- intConst
- Type: SystemInt32
The int constant.
Return Value
Type:
DefaultValue
The result of the conversion.
See Also