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