Operator implicit operator
implicit operator Optional<T>(T)
Performs an implicit conversion from
Parameters
value
TThe value.
Returns
- Optional<T>
The result of the conversion.
Performs an implicit conversion from
value
TThe value.
The result of the conversion.