Constructor Optional
Optional(T)
Initializes a new instance of the Optional<T> struct with a value.
Parameters
value
TThe value of the parameter.
Initializes a new instance of the Optional<T> struct with a value.
value
TThe value of the parameter.