ValueDefinitionT Conversion (T to ValueDefinitionT) |
Namespace:
AGI.Foundation.Infrastructure
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static implicit operator ValueDefinition<T> (
T value
)
Public Shared Widening Operator CType (
value As T
) As ValueDefinition(Of T)
static implicit operator ValueDefinition<T>^ (
T value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: T
The value to convert.
Return Value
Type:
ValueDefinitionT
A new
ValueDefinitionT that represents the given value,
or
if
value is
.
See Also